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:
Sviatoslav Sydorenko 2023-10-27 10:58:51 +02:00 committed by GitHub
parent ede7e5c622
commit 996672df79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
name: CI
on:
merge_group:
push:
branches: [main]
tags: ["*"]