diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 885d35d..65cae51 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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]