diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index c9326c33..72975f12 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -13,6 +13,8 @@ jobs: lint: name: Lint runs-on: ubuntu-latest + # only for PRs and push on branches + if: ${{ !startsWith(github.ref, 'refs/tags/v') }} steps: - uses: actions/checkout@v4 -