You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2021/02/08 11:09:10 UTC

[shiro-site] branch scms-action-all created (now c1346ec)

This is an automated email from the ASF dual-hosted git repository.

bmarwell pushed a change to branch scms-action-all
in repository https://gitbox.apache.org/repos/asf/shiro-site.git.


      at c1346ec  Update scms.yml

This branch includes the following new commits:

     new c1346ec  Update scms.yml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[shiro-site] 01/01: Update scms.yml

Posted by bm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bmarwell pushed a commit to branch scms-action-all
in repository https://gitbox.apache.org/repos/asf/shiro-site.git

commit c1346ec483cc18e8ee52193ceb8419610a9c8b20
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Mon Feb 8 12:09:01 2021 +0100

    Update scms.yml
---
 .github/workflows/scms.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/scms.yml b/.github/workflows/scms.yml
index ce2a534..364b80b 100644
--- a/.github/workflows/scms.yml
+++ b/.github/workflows/scms.yml
@@ -5,10 +5,8 @@ name: CI
 # Controls when the action will run. 
 on:
   # Triggers the workflow on push or pull request events but only for the master branch
-  push:
-    branches: [ master ]
-  pull_request:
-    branches: [ master ]
+  push: {}
+  pull_request: {}
 
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch: