build: enable merge_group checks (#1023)

This commit is contained in:
cragwolfe 2023-08-01 21:52:06 -07:00 committed by GitHub
parent 5af717f16f
commit 499f37f64b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -5,6 +5,8 @@ on:
branches: [ main ] branches: [ main ]
pull_request: pull_request:
branches: [ main ] branches: [ main ]
merge_group:
branches: [ main ]
env: env:
GHA_CACHE_KEY_VERSION: "v1" GHA_CACHE_KEY_VERSION: "v1"

View File

@ -13,10 +13,12 @@ name: "CodeQL"
on: on:
push: push:
branches: [ "main" ] branches: [ main ]
pull_request: pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ "main" ] branches: [ main ]
merge_group:
branches: [ main ]
schedule: schedule:
- cron: '21 21 * * 5' - cron: '21 21 * * 5'