Skip to content

Commit

Permalink
Stop trying to be a smartarse about arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Wilkins committed Aug 3, 2020
1 parent e96c2b6 commit b838dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [created, edited]
jobs:
test:
if: contains(['pull_request, 'push'], github.event_name) || github.event.comment.body == 'rebuild'
if: contains('pull_request|push', github.event_name) || github.event.comment.body == 'rebuild'
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
Expand Down

0 comments on commit b838dd8

Please sign in to comment.