From 4843b21705cb8b8ac4aeaf2526084f69ff87fe35 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Thu, 19 Oct 2023 13:03:27 +0200 Subject: [PATCH] chore(ci): Run CI checks on merge groups (#249) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b0dbafbb6..28538c3f3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -on: [push, pull_request] +on: [push, pull_request, merge_group] name: Continuous integration