diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5e795355..468c9f0d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,16 @@ name: Build and Release -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: + types: + - opened + - reopened + - ready_for_review + - synchronize concurrency: group: ci-${{ github.event_name }}-${{ github.ref }}