Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
branch fix
  • Loading branch information
saadshams committed Nov 3, 2024
1 parent e03c696 commit e9b9e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
publish:
runs-on: ubuntu-latest
needs: build # Wait for build to complete
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
if: github.ref == 'refs/heads/main' && github.event_name == 'push'

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

0 comments on commit e9b9e2d

Please sign in to comment.