diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ec37f7..1563661 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,12 @@ name: Release on: - push: - tags: - - 'v*' + push: + branches: [ "main" ] + tags: + - 'v*' + pull_request: + branches: [ "main" ] jobs: release: