We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2af55 commit a2c28fbCopy full SHA for a2c28fb
.github/workflows/publish.yaml
@@ -1,8 +1,9 @@
1
name: Publish Package
2
3
on:
4
+ workflow_dispatch:
5
release:
- types: [created]
6
+ types: [published]
7
8
jobs:
9
build:
0 commit comments