From 283804ec7408ea56ea44f9ffa7031fc5c55a79cf Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Tue, 21 Feb 2023 18:28:48 +0100 Subject: [PATCH] ci: enable merge queue (merge group) --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: