From 510fc37fcc5261e1ee1c92e3079db413861b1b3b Mon Sep 17 00:00:00 2001 From: Iason Krommydas Date: Tue, 17 Sep 2024 20:30:39 -0500 Subject: [PATCH] add tags in ci --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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