This commit is contained in:
Josh de Leeuw 2025-01-17 10:09:48 -05:00 committed by GitHub
parent 50a3f208ea
commit 846602b45f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ jobs:
test: test:
name: Build, lint, and test on Node.js ${{ matrix.node }} 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 # 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 runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix: