From c8108cfb395639ac703831c394ca4ae3717e2d99 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Tue, 22 Jul 2025 21:43:25 -0400 Subject: [PATCH] Temp change --- .github/workflows/release.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ab56f2a..7e34ddd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,8 +2,9 @@ name: Release Tagging on: push: - branches: - - v0.2 + branches: [ "v0.2" ] + pull_request: + branches: [ "v0.2" ] jobs: release: