Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw authored Jan 17, 2025
1 parent 50a3f20 commit 846602b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 846602b

Please sign in to comment.