From b58224be61ebe85a0ff23e8f91ee7888b2f2d6ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 15 Mar 2023 11:15:19 +0100 Subject: [PATCH] build: run CI on merge queue MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 917c7586..48887ca7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: branches: [main] pull_request: types: [opened, synchronize, reopened] + merge_group: + branches: [main] jobs: build: runs-on: ${{ matrix.os }} -- 2.34.1