We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982e282 commit f7ae337Copy full SHA for f7ae337
.github/workflows/main.yaml
@@ -68,7 +68,7 @@ jobs:
68
image_tag: ${{ steps.get-image-tag.outputs.image_tag }}
69
70
cd_production:
71
- if: ${{ contains(github.ref, 'heads/main') || contains(github.ref, 'fix')}}
+# if: ${{ contains(github.ref, 'heads/master') || contains(github.ref, 'fix')}}
72
needs:
73
- docker-image
74
uses: ./.github/workflows/cd.yaml
0 commit comments