diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb156b7e..cc137c92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: test: name: Build, lint, and test on Node.js ${{ matrix.node }} # Prevent the action running twice when the event is both a push and pull request - if: github.event_name != 'push' || github.event_name == 'push && !github.event.pull_request + if: github.event_name != 'push' || github.event_name == 'push' && !github.event.pull_request runs-on: ubuntu-latest strategy: matrix: