Skip to content

Commit

Permalink
ci: build changed on both PR and push events
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Dec 8, 2023
1 parent 13b3d2b commit d9ed0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: github.ref == 'refs/heads/master'
- name: Build changed
run: npx wsrun --changedSince origin/master -y 10 -lm --report -c prepack
if: github.event_name == 'pull_request'
if: github.ref != 'refs/heads/master'

- name: Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit d9ed0a4

Please sign in to comment.