Enable testing merge queues @ GitHub Actions CI/CD (#1195)
This allows org-hosted projects to start enabling merge queues in the repository settings. With that, GitHub would trigger a separate event against a merge commit derived from merging several pull requests with the target branch. Co-authored-by: Hynek Schlawack <hs@ox.cx>
This commit is contained in:
parent
ede7e5c622
commit
996672df79
|
@ -2,6 +2,7 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
merge_group:
|
||||
push:
|
||||
branches: [main]
|
||||
tags: ["*"]
|
||||
|
|
Loading…
Reference in New Issue