Skip to content

Commit

Permalink
fix(workflows): prevent tests from running twice on every pull request (
Browse files Browse the repository at this point in the history
#24809)

fix(workflows): stop running test on every push

The tests already run on every pull request,
and there is no need to run them on every push.
  • Loading branch information
caugner authored Oct 24, 2024
1 parent 61340d9 commit f546f8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Node.js CI

on:
push:
branches: ["main"]
pull_request:

permissions:
Expand Down

0 comments on commit f546f8b

Please sign in to comment.