We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334729a commit 8e9d928Copy full SHA for 8e9d928
1 file changed
.github/workflows/publish.yml
@@ -1,11 +1,12 @@
1
name: publish
2
3
on:
4
- published:
+ workflow_run:
5
workflows: ["publish-test"]
6
types:
7
- completed
8
status: success
9
+ workflow_dispatch:
10
11
jobs:
12
publish:
0 commit comments