We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1c781 commit 380ce82Copy full SHA for 380ce82
1 file changed
.github/workflows/ci_publish.yml
@@ -1,8 +1,10 @@
1
name: Publish
2
on:
3
- push:
4
- branches:
5
- - main
+ release:
+ types:
+ - created
6
+ workflow_dispatch:
7
+
8
jobs:
9
deploy:
10
runs-on: ubuntu-latest
0 commit comments