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: