Skip to content

Commit b68d3ed

Browse files
authored
build: add merge_group build trigger (#1900)
Needed for merge queue checks Signed-off-by: Charlie Egan <charlie_egan@apple.com>
1 parent c4e5fac commit b68d3ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- main
1111
pull_request:
1212
workflow_dispatch:
13+
# needed for checks in merge queue
14+
merge_group:
1315

1416
permissions: read-all
1517

0 commit comments

Comments
 (0)