diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 989f66d..2d75b91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: jobs: release: - if: github.ref_type == 'tag' && github.ref == 'refs/heads/main' + if: github.ref_type == 'tag' runs-on: ubuntu-latest permissions: contents: write