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 3, 2023
1 parent ca1831c commit c6d9955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tests

on: [push, pull_request]
on: [merge_group, push, pull_request]

permissions:
contents: read
Expand Down

0 comments on commit c6d9955

Please sign in to comment.