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 c849440 commit 709bec3
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 709bec3

Please sign in to comment.