Skip to content

Commit 553c0de

Browse files
committed
add publish job
1 parent f473e2f commit 553c0de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Publish debian package and docker image
33
on:
44
release:
55
types: [created]
6-
workflow_dispatch:
6+
workflow_run:
7+
workflows: [ "Test CI" ]
8+
types:
9+
- completed
710

811
jobs:
912
deploy:

0 commit comments

Comments
 (0)