Skip to content

Commit 49b0464

Browse files
committed
Enable prerelease
1 parent 4c203eb commit 49b0464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
173173

174174
- name: Publish Prerelease
175-
if: ${{ github.event_name == 'pull_request' }}
175+
if: ${{ github.event_name != 'push' && github.ref != 'refs/heads/main' }}
176176
run: |
177177
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
178178
npm config set scope "@davesnx"

0 commit comments

Comments
 (0)