We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573095e commit adec6e8Copy full SHA for adec6e8
1 file changed
.github/workflows/release.yaml
@@ -4,6 +4,10 @@ on:
4
push:
5
branches:
6
- master
7
+ workflow_run:
8
+ workflows: ["Continuous Integration"]
9
+ types:
10
+ - completed
11
12
jobs:
13
release:
0 commit comments