Skip to content

Commit

Permalink
get '[ci all]' everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 12, 2021
1 parent d660ebc commit 5cdaedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test:

runs-on: ${{ matrix.os }}
# On push events run the CI only on master by default, but run on any branch if the commit message contains 'ci all'
# On push events run the CI only on master by default, but run on any branch if the commit message contains '[ci all]'
if: >-
github.event_name != 'push'
|| (github.event_name == 'push' && github.ref == 'refs/heads/master')
Expand Down

0 comments on commit 5cdaedd

Please sign in to comment.