Skip to content

Commit 7726d6b

Browse files
Added workflow trigger
1 parent 12a7906 commit 7726d6b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/deploy-linux.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: Deploy-Test-Cleanup (v2) Linux
22
on:
3+
workflow_run:
4+
workflows: ["Build Docker and Optional Push"]
5+
types:
6+
- completed
7+
branches:
8+
- main
9+
- dev
10+
- demo
311
workflow_dispatch:
412
inputs:
513
azure_location:

0 commit comments

Comments
 (0)