Skip to content

Commit 4a10e77

Browse files
updated deploy pipeline
1 parent b72c288 commit 4a10e77

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
name: Deploy-Test-Cleanup Pipeline
22

33
on:
4-
workflow_run:
5-
workflows: ["Build Docker and Optional Push"]
6-
types:
7-
- completed
4+
# workflow_run:
5+
# workflows: ["Build Docker and Optional Push"]
6+
# types:
7+
# - completed
8+
# branches:
9+
# - main
10+
# - dev
11+
# - demo
12+
push:
813
branches:
9-
- main
10-
- dev
11-
- demo
1214
- PSL-US-18922
1315
schedule:
1416
- cron: '0 5,17 * * *' # Runs at 5:00 AM and 5:00 PM GMT

0 commit comments

Comments
 (0)