Skip to content

Commit 2cda39f

Browse files
committed
rename branch in workflow
1 parent f4d9c89 commit 2cda39f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: docker build
33
on:
44
push:
55
branches:
6-
- 'production/oracle-amd'
6+
- 'production-live'
77
pull_request:
88
branches:
9-
- 'production/oracle-amd'
9+
- 'production-live'
1010

1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:

0 commit comments

Comments
 (0)