Skip to content

Commit 49482c6

Browse files
committed
TEMP
1 parent 4ae8164 commit 49482c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
deploy_nonprod:
9393
name: Deploy to ${{ matrix.environment }} environment
9494
runs-on: ubuntu-latest
95-
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
95+
# if: github.ref == 'refs/heads/main' && github.event_name == 'push'
9696
concurrency: deploy_${{ matrix.environment }}
9797
needs: [set_matrix]
9898
# needs: [docker, set_matrix]

0 commit comments

Comments
 (0)