mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-03-14 01:57:55 +00:00
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:
parent
4be2eabd4f
commit
d07e652fd9
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
@ -4,7 +4,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request: {}
|
||||
pull_request:
|
||||
merge_group:
|
||||
|
||||
env:
|
||||
# Disable incremental compilation.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user