Skip to content

Commit 8965072

Browse files
committed
chore: updated workflow
1 parent 60a765c commit 8965072

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Create GitHub Release on npm Publish
22

33
on:
4-
release:
5-
types: [published]
6-
workflow_dispatch:
7-
4+
push:
5+
branches:
6+
- main
87
jobs:
98
publish-release:
109
name: Sync GitHub Release with npm

0 commit comments

Comments
 (0)