Skip to content

Commit

Permalink
chomp newline
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 11, 2021
1 parent 11d607c commit 92d83a0
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 @@ -15,7 +15,7 @@ jobs:

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'
if: >
if: >-
github.event_name != 'push'
|| (github.event_name == 'push' && github.ref == 'refs/heads/master')
|| (github.event_name == 'push' && github.ref != 'refs/heads/master' && contains(github.event.head_commit.message, 'ci all'))
Expand Down

0 comments on commit 92d83a0

Please sign in to comment.