Skip to content

Commit 93ccb60

Browse files
committed
Revert "GHA: Tweak deploy workflow"
This reverts commit 3bbe3a8.
1 parent bf917c4 commit 93ccb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: cd src/docs && make
7373
shell: bash
7474
- name: Publish to npm
75-
if: "!contains(github.ref_name, 'main') && !github.event_name == 'workflow_dispatch'"
75+
if: "!contains(github.ref_name, 'main')"
7676
env:
7777
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7878
run: cd src && make publish

0 commit comments

Comments
 (0)