Skip to content

Commit 6ba4ab0

Browse files
committed
TEST Build from this branch
1 parent 2fcbfe1 commit 6ba4ab0

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/update-static-files-config'
13+
1214
1315
strategy:
1416
matrix:

0 commit comments

Comments
 (0)