Skip to content

Commit

Permalink
Enable testing merge queues @ GitHub Actions CI/CD
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.
  • Loading branch information
webknjaz committed Oct 26, 2023
1 parent 4d48aac commit 0d64f22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: CI

on: # yamllint disable-line rule:truthy
merge_group:
push:
branches: ["main"]
pull_request:
Expand Down

0 comments on commit 0d64f22

Please sign in to comment.