We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a6ba28 + 0ae4b91 commit f645ff7Copy full SHA for f645ff7
1 file changed
.github/workflows/publish-npm.yml
@@ -1,8 +1,9 @@
1
name: publish-npm
2
on:
3
+ workflow_dispatch:
4
push:
5
tags:
- - '*'
6
+ - 'v*'
7
jobs:
8
publish:
9
runs-on: ubuntu-latest
0 commit comments