Skip to content

Commit 7dd9aca

Browse files
runner should run on relase OR push to master
1 parent 1e38879 commit 7dd9aca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Node.js Package
33
on:
44
release:
55
types: [created]
6+
push:
7+
branches:
8+
- master
69

710
permissions:
811
contents: read

0 commit comments

Comments
 (0)