workflows/docs: enable merge queue/group jobs.
This should allow us to make use of the GitHub merge queue to ensure that we're not merging outdated code (or breaking `master`) but avoiding the need to continually merge into/rebase PR branches. This should be safe to merge as-is as is essentially a no-op without the merge queue enabled.
This commit is contained in:
parent
fd3aa7dc76
commit
8bac4412d5
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
merge_group:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user