chore: add merge_group trigger to CI

This will allow us to use the GitHub Actions merge queue, which is a
bit nicer for merging multiple PRs while ensuring that they are up to
date with the latest base branch.
This commit is contained in:
Eliza Weisman 2023-10-10 09:15:20 -07:00
parent 4be2eabd4f
commit d07e652fd9
No known key found for this signature in database
GPG Key ID: F9C1A595C3814436

View File

@ -4,7 +4,8 @@ on:
push:
branches:
- master
pull_request: {}
pull_request:
merge_group:
env:
# Disable incremental compilation.