diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14646fdc..fc46de7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: push: branches: - master + tags: + - v*.*.* pull_request: branches: - master @@ -94,7 +96,7 @@ jobs: release: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest - needs: test + needs: [test] permissions: id-token: write attestations: write