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