Skip to content

Commit bfdc40b

Browse files
committed
Remove test branch build
1 parent 03d6cd8 commit bfdc40b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
if: >
99
github.ref == 'refs/heads/main' ||
1010
github.ref == 'refs/heads/staging' ||
11-
github.ref == 'refs/heads/development' ||
12-
github.ref == 'refs/heads/integrate-db-update-script'
11+
github.ref == 'refs/heads/development'
1312
1413
strategy:
1514
matrix:

0 commit comments

Comments
 (0)