diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 2f80e1f..e903340 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -68,7 +68,7 @@ jobs: image_tag: ${{ steps.get-image-tag.outputs.image_tag }} cd_production: - if: ${{ contains(github.ref, 'heads/main') || contains(github.ref, 'fix')}} +# if: ${{ contains(github.ref, 'heads/master') || contains(github.ref, 'fix')}} needs: - docker-image uses: ./.github/workflows/cd.yaml