We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae8164 commit 49482c6Copy full SHA for 49482c6
.github/workflows/build-and-deploy.yml
@@ -92,7 +92,7 @@ jobs:
92
deploy_nonprod:
93
name: Deploy to ${{ matrix.environment }} environment
94
runs-on: ubuntu-latest
95
- if: github.ref == 'refs/heads/main' && github.event_name == 'push'
+ # if: github.ref == 'refs/heads/main' && github.event_name == 'push'
96
concurrency: deploy_${{ matrix.environment }}
97
needs: [set_matrix]
98
# needs: [docker, set_matrix]
0 commit comments