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 f473e2f commit 553c0deCopy full SHA for 553c0de
.github/workflows/publish.yml
@@ -3,7 +3,10 @@ name: Publish debian package and docker image
3
on:
4
release:
5
types: [created]
6
- workflow_dispatch:
+ workflow_run:
7
+ workflows: [ "Test CI" ]
8
+ types:
9
+ - completed
10
11
jobs:
12
deploy:
0 commit comments