Skip to content

Commit 982f9ea

Browse files
Remove redundant push branch from deploy.yml and update docker-build-and-push.yml to exclude deploy-and-test branch
1 parent 0649dde commit 982f9ea

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ on:
88
branches:
99
- main
1010
- dev
11+
push:
12+
branches:
1113
- deploy-and-test
12-
# push:
13-
# branches:
14-
# - deploy-and-test
1514
# - main
1615
# schedule:
1716
# - 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-and-test]
5+
branches: [main, dev, demo]
66
pull_request:
77
branches: [main, dev, demo]
88
types:

0 commit comments

Comments
 (0)