Skip to content

Commit

Permalink
(chore) remove condition for release on master push
Browse files Browse the repository at this point in the history
  • Loading branch information
pirupius committed Jan 19, 2024
1 parent 86be145 commit 2d3ec4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.master.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

needs: build

if: ${{ github.event_name == 'release' || github.ref == 'refs/heads/master' }}
if: ${{ github.event_name == 'release' }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2d3ec4c

Please sign in to comment.