We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56817f4 commit e7e76faCopy full SHA for e7e76fa
1 file changed
.github/workflows/deploy.yml
@@ -2,6 +2,13 @@ name: deploy
2
3
on:
4
workflow_dispatch:
5
+ workflow_run:
6
+ workflows:
7
+ - Build mod-rs
8
+ branches:
9
+ - master
10
+ types:
11
+ - completed
12
13
env:
14
K8S_NAMESPACE: 'reshare'
0 commit comments