Skip to content

Commit 66d1c37

Browse files
committed
Fix workflow build with master
1 parent 1d8b80f commit 66d1c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
name: Node.js Package
55

66
on:
7-
release:
8-
types: [created]
7+
push:
8+
branches: [ master ]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)