diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 025a170bf15..2bda3e5d2ff 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -1,11 +1,8 @@ name: Build and Test on: - push: - branches: - - '**' pull_request: - types: [opened, reopened] + types: [opened, reopened, synchronize] branches: - '**'