Skip to content

Commit d556a6a

Browse files
committed
Build from this branch while testing
1 parent d618ae3 commit d556a6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
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/add-superuser-creation'
13+
1214
strategy:
1315
matrix:
1416
# Specify the docker-compose services to build images from

0 commit comments

Comments
 (0)