We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ee760 commit c67abceCopy full SHA for c67abce
1 file changed
.github/workflows/publish.yaml
@@ -1,8 +1,9 @@
1
name: Publish package to GitHub Packages
2
on:
3
- push:
4
- branches:
5
- - master
+ release:
+ types: [created]
+ workflow_dispatch:
6
+
7
jobs:
8
publish:
9
runs-on: ubuntu-latest
0 commit comments