Skip to content

Commit a35f6b6

Browse files
committed
ci: fix npm cd
1 parent 03ccd02 commit a35f6b6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cd-npm.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Continuous deployment (NPM)
22

33
on:
44
workflow_dispatch:
5-
push:
6-
release:
7-
types: [published]
5+
release:
6+
types: [published]
87

98
jobs:
109
build-and-deploy:

0 commit comments

Comments
 (0)