Skip to content

Commit 42ad60b

Browse files
removed local branch from workflow
1 parent 5bba223 commit 42ad60b

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

.github/workflows/deploy.yml

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

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

0 commit comments

Comments
 (0)