Skip to content

Commit e9b9e2d

Browse files
committed
update
branch fix
1 parent e03c696 commit e9b9e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
publish:
3333
runs-on: ubuntu-latest
3434
needs: build # Wait for build to complete
35-
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
35+
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
3636

3737
steps:
3838
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)