Skip to content

Commit

Permalink
Fix quotes style
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Wilkins committed Aug 3, 2020
1 parent 4c1a40f commit 8717583
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: "pull_request|push".contains(github.event_name) || github.event.comment.body == 'rebuild'
if: 'pull_request|push'.contains(github.event_name) || github.event.comment.body == 'rebuild'
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
Expand Down

0 comments on commit 8717583

Please sign in to comment.