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 4c203eb commit 49b0464Copy full SHA for 49b0464
.github/workflows/ci.yml
@@ -172,7 +172,7 @@ jobs:
172
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
173
174
- name: Publish Prerelease
175
- if: ${{ github.event_name == 'pull_request' }}
+ if: ${{ github.event_name != 'push' && github.ref != 'refs/heads/main' }}
176
run: |
177
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
178
npm config set scope "@davesnx"
0 commit comments