Commit 701f00d
authored
[ci skip] ci: make build action a requirement for merge group (#1203)
### Motivation
To enable merge groups we need an action that reports if a change can be
merged into the target branch.
### Modification
Trigger the build action on the `merge_group` dispatch as well. This
tells GitHub that the action reports the status check.
### Result
Merge groups have a way to figure out if a change can be merged into the
target branch.1 parent b1ce28e commit 701f00d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments