We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726ef21 commit d1c2a6eCopy full SHA for d1c2a6e
1 file changed
.github/workflows/release.yml
@@ -1,8 +1,9 @@
1
name: Publish to npm
2
3
on:
4
- release:
5
- types: [published]
+ push:
+ branches:
6
+ - main
7
8
jobs:
9
publish:
0 commit comments