From c58a229e50b5c97500d95a382d52ca9946ea042d Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Fri, 28 Apr 2023 12:35:38 -0700 Subject: [PATCH] Run CI when adding to the merge queue Signed-off-by: Maksym Pavlenko --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21ae4f49d..b54aaee07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: CI on: + # When added to a merge queue. + # See https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions + merge_group: push: branches: - main