Skip to content

Commit d2a0aab

Browse files
Change workflow triggers
1 parent 030a28f commit d2a0aab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
name: Publish NPM
55

66
on:
7-
release:
8-
types: [created]
7+
workflow_dispatch:
8+
push:
9+
branches:
10+
- main
911

1012
jobs:
1113
build:

0 commit comments

Comments
 (0)