diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bffc79a4..67c8b0e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: - main pull_request: + merge_group: permissions: contents: read # to fetch code (actions/checkout) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d9c85e85..e0b9fb7b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -2,6 +2,7 @@ name: Coverage on: pull_request: + merge_group: permissions: # Required to checkout the code