From ce16ccce58744b8973e3ecf5011a1fdf3bdef011 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Thu, 7 Sep 2023 10:29:46 -0400 Subject: [PATCH] ci: add merge_group trigger This will allow using the merge queue feature. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 232b371e..ec17adce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: - main - "*_dev" pull_request: + merge_group: schedule: - cron: '0 18 * * *'