ci: trigger required checks on merge_group events (#879)

Without merge_group on the workflow, PRs entering the merge queue would
fail because no required check ever reports a status against the
merge_group ref.
This commit is contained in:
Mohamed Boudra
2026-05-10 15:07:39 +08:00
committed by GitHub
parent 444e265275
commit fd74abcdca

View File

@@ -5,6 +5,7 @@ on:
branches: [main]
pull_request:
branches: [main]
merge_group:
workflow_dispatch:
jobs: