From 499f37f64b27c66d4fc68446dbea519860d06cf7 Mon Sep 17 00:00:00 2001 From: cragwolfe Date: Tue, 1 Aug 2023 21:52:06 -0700 Subject: [PATCH] build: enable merge_group checks (#1023) --- .github/workflows/ci.yml | 2 ++ .github/workflows/codeql-analysis.yml | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2ab05357..1e03509e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ on: branches: [ main ] pull_request: branches: [ main ] + merge_group: + branches: [ main ] env: GHA_CACHE_KEY_VERSION: "v1" diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 90b6a2e58..c73a855f3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,12 @@ name: "CodeQL" on: push: - branches: [ "main" ] + branches: [ main ] pull_request: # The branches below must be a subset of the branches above - branches: [ "main" ] + branches: [ main ] + merge_group: + branches: [ main ] schedule: - cron: '21 21 * * 5'