Skip to content

Commit da93d1c

Browse files
committed
ci(checks): Add merge_group trigger
1 parent b989d4b commit da93d1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wait-for-checks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Checks
33
on:
44
pull_request:
55
branches: [main]
6-
types: [opened, edited, synchronize]
6+
merge_group:
7+
types: [checks_requested]
78

89
# Disable permissions for all available scopes
910
permissions: {}

0 commit comments

Comments
 (0)