diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3c97e0a..432707f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -2,6 +2,9 @@ name: Maven Build on: + # Required so the 'build / conclusion' status check runs on the merge-queue + # branch; without it, queued PRs stay CLEAN but never merge (queue times out). + merge_group: push: branches: [main, "feature/*", "fix/*", "chore/*", "release/*", "dependabot/**"] pull_request: