diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c71be4e..b65a8cd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,7 +1,9 @@ name: Release on: - push: + pull_request: + types: + - closed branches: - main