We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03c696 commit e9b9e2dCopy full SHA for e9b9e2d
.github/workflows/node.js.yml
@@ -32,7 +32,7 @@ jobs:
32
publish:
33
runs-on: ubuntu-latest
34
needs: build # Wait for build to complete
35
- if: github.ref == 'refs/heads/master' && github.event_name == 'push'
+ if: github.ref == 'refs/heads/main' && github.event_name == 'push'
36
37
steps:
38
- uses: actions/checkout@v4
0 commit comments