Skip to content

Commit

Permalink
Enable testing merge queues @ GitHub Actions CI/CD (#1195)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
webknjaz and hynek authored Oct 27, 2023
1 parent ede7e5c commit 996672d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: CI

on:
merge_group:
push:
branches: [main]
tags: ["*"]
Expand Down

0 comments on commit 996672d

Please sign in to comment.