diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30423e65b..2c74df60a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,11 @@ name: Continuous Integration on: push: - branches: 'main' + branches: [main] pull_request: - branches: 'main' + branches: [main] + merge_group: + branches: [main] jobs: linters: