Skip to content

Commit 8bff8b0

Browse files
authored
Enable testing merge queues @ GitHub Actions CI/CD (#93)
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.
1 parent 97a5f44 commit 8bff8b0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: tests
22

3-
on: [push, pull_request]
3+
on:
4+
merge_group:
5+
push:
6+
branches-ignore:
7+
- gh-readonly-queue/** # Temporary merge queue-related GH-made branches
8+
pull_request:
49

510
permissions:
611
contents: read

0 commit comments

Comments
 (0)