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 3191a93 commit 3cf2b9eCopy full SHA for 3cf2b9e
1 file changed
.github/workflows/ci.yml
@@ -85,11 +85,10 @@ jobs:
85
retention-days: 30
86
87
deploy:
88
- if: env.DEPLOY_PROD == 'true'
89
name: Deploy to Production
90
runs-on: ubuntu-latest
91
needs: [lint-and-build, test]
92
- if: github.ref == 'refs/heads/main' && github.event_name == 'push'
+ if: github.ref == 'refs/heads/main' && github.event_name == 'push' && env.DEPLOY_PROD == 'true'
93
94
steps:
95
- name: Checkout code
0 commit comments