Skip to content

Commit 6503a9e

Browse files
committed
Add a merge_group trigger to the build workflow
This should improve compatibility with merge queues. We configure it to only trigger on the `checks_requested` type which is currently the only supported type for this trigger. If additional types are added in the future they should be added if appropriate.
1 parent 696433a commit 6503a9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name: build
33

44
on:
5+
merge_group:
6+
types:
7+
- checks_requested
58
pull_request:
69
push:
710
repository_dispatch:

0 commit comments

Comments
 (0)