We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6633d25 commit aaafa68Copy full SHA for aaafa68
.github/workflows/publish.yml
@@ -2,6 +2,11 @@ name: Publish
2
3
on:
4
workflow_dispatch:
5
+ workflows: ['Build']
6
+ branches:
7
+ - master
8
+ types:
9
+ - completed
10
11
jobs:
12
publish:
0 commit comments