We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1550f commit 1755930Copy full SHA for 1755930
1 file changed
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
33
# publish
34
- name: release
35
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments