Skip to content

Commit e869652

Browse files
remove deploy-wf-minorfix branch from workflow triggers in deploy.yml and docker-build-and-push.yml added for testing
1 parent 91aba6f commit e869652

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: DocGen Deploy-Test-Cleanup Pipeline
22

33
on:
4-
push:
5-
branches:
6-
- deploy-wf-minorfix
74
workflow_run:
85
workflows: ["Build Docker and Optional Push"]
96
types:
@@ -12,7 +9,6 @@ on:
129
- main
1310
- dev
1411
- demo
15-
- deploy-wf-minorfix
1612

1713
schedule:
1814
- cron: '0 9,21 * * *' # Runs at 9:00 AM and 9:00 PM GMT

.github/workflows/docker-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Docker and Optional Push
22

33
on:
44
push:
5-
branches: [main, dev, demo, deploy-wf-minorfix]
5+
branches: [main, dev, demo]
66
pull_request:
77
branches: [main, dev, demo]
88
types:

0 commit comments

Comments
 (0)