Skip to content

Commit e7e76fa

Browse files
committed
CI: always deploy when master builds
1 parent 56817f4 commit e7e76fa

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ name: deploy
22

33
on:
44
workflow_dispatch:
5+
workflow_run:
6+
workflows:
7+
- Build mod-rs
8+
branches:
9+
- master
10+
types:
11+
- completed
512

613
env:
714
K8S_NAMESPACE: 'reshare'

0 commit comments

Comments
 (0)