diff --git a/.github/workflows/build-test-artifacts.yml b/.github/workflows/build-test-artifacts.yml index 5eacc04c8d..0a39d0ba9a 100644 --- a/.github/workflows/build-test-artifacts.yml +++ b/.github/workflows/build-test-artifacts.yml @@ -3,6 +3,15 @@ name: Build Test Artifacts on: + pull_request: + branches: + - main* + - feature* + types: + - opened + - synchronize + - reopened + - ready_for_review push: branches: - main*