From e587a881ff36b9b384c61c9948d9e2f0c5a29820 Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Wed, 25 Feb 2026 16:41:16 +0000 Subject: [PATCH] Enable merge queues Signed-off-by: Max Dymond --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18375fb..7a48986 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,8 @@ on: # Trigger on pull requests into main - main types: [ opened, synchronize ] + # Enable merge queues + merge_group: jobs: lint: