From 996672df79123b57966fc200e35f5f65194cd0d9 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 27 Oct 2023 10:58:51 +0200 Subject: [PATCH] Enable testing merge queues @ GitHub Actions CI/CD (#1195) This allows org-hosted projects to start enabling merge queues in the repository settings. With that, GitHub would trigger a separate event against a merge commit derived from merging several pull requests with the target branch. Co-authored-by: Hynek Schlawack --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23f5963e..1bb9e552 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,7 @@ name: CI on: + merge_group: push: branches: [main] tags: ["*"]