We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d67bb96 + 330c76d commit 02d4589Copy full SHA for 02d4589
.github/workflows/publish-test.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
tags:
6
- 'v[0-9]+.[0-9]+.[0-9]+'
7
+ workflow_dispatch
8
9
jobs:
10
publish-test:
.github/workflows/publish.yml
@@ -1,11 +1,12 @@
1
name: publish
2
3
on:
- published:
+ workflow_run:
workflows: ["publish-test"]
types:
- completed
status: success
11
12
publish:
0 commit comments