diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 287fbc0b..f7eb2932 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: secrets: inherit image-publish: name: Tag image with release tag and push to repo - if: github.event.ref == 'refs/heads/main' + # if: github.event.ref == 'refs/heads/main' runs-on: ubuntu-latest needs: ["build"] env: