We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69ca0c commit dd9602eCopy full SHA for dd9602e
.github/workflows/test-build-deploy.yaml
@@ -79,5 +79,5 @@ jobs:
79
with:
80
image: ${{ needs.build.outputs.image }}
81
environment: gcp
82
- #deploy-prod: ${{ startsWith(github.ref, 'refs/heads/master') }}
+ deploy-prod: ${{ startsWith(github.ref, 'refs/heads/master') }}
83
0 commit comments