diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 30cbdba6b..4fe2a7863 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,8 +1,10 @@ name: Release on: - push: - branches: [main] + pull_request: + types: [opened] + branches: + - "**" permissions: contents: write