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 <[email protected]> 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:
