We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19def1c commit 43c7c1bCopy full SHA for 43c7c1b
.github/workflows/publish.yml
@@ -53,3 +53,4 @@ jobs:
53
env:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
56
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
0 commit comments