From d836481b3578d4587f5596875d7b7ec03c90159d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Wed, 16 Oct 2024 00:13:28 +0200 Subject: [PATCH] fix CI triggers enable merge queue trigger on push only to main --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26e1f1f..f53dc25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,11 @@ name: Continuous integration on: + merge_group: push: + branches: + - main pull_request: - branches: [main] jobs: test: