From 0d38cd6ec1e059479b6fc676c2459bf3c392a40a Mon Sep 17 00:00:00 2001 From: Ashley Willard Date: Fri, 27 Jun 2025 11:45:44 -0700 Subject: [PATCH] Release on tag update Co-authored-by: Martin Emde Co-authored-by: Sweta Sanghavi --- .github/workflows/release.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1012e93..55eac5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,12 +1,9 @@ name: Release Gem on: - workflow_run: - workflows: ["CI"] - types: - - completed - branches: - - main + push: + tags: + - v* permissions: contents: read