From cd7569ab7bc5d8673fb6332bc604cfbe55f25887 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Fri, 26 Dec 2025 08:22:57 -0800 Subject: [PATCH] fix: add tag push trigger to release workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4cc75cbd7..96ac555a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,9 @@ name: Release on: + push: + tags: + - "v*" pull_request: paths: - ".github/workflows/release.yml"