Skip to content

Commit

Permalink
ci: only run release job on master
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Aug 27, 2024
1 parent 84b1988 commit 7209b5f
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 @@ -42,6 +42,7 @@ jobs:
Release:
runs-on: ubuntu-latest
needs: Test
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 7209b5f

Please sign in to comment.