diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7e1e3cbb80..59f4763878 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - master + - '**' pull_request: types: [opened, synchronize]