Skip to content

Commit 21f6e45

Browse files
committed
TEST Build from this branch
1 parent 9f11821 commit 21f6e45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
if: >
99
github.ref == 'refs/heads/main' ||
1010
github.ref == 'refs/heads/staging' ||
11-
github.ref == 'refs/heads/development'
11+
github.ref == 'refs/heads/development' ||
12+
github.ref == 'refs/heads/integrate-db-update-script'
13+
1214
strategy:
1315
matrix:
1416
# Specify the docker-compose services to build images from

0 commit comments

Comments
 (0)