Skip to content

Commit

Permalink
Enable testing merge queues @ GitHub Actions CI/CD (#93)
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 Dec 5, 2023
1 parent 97a5f44 commit 8bff8b0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
@@ -1,6 +1,11 @@
name: tests

on: [push, pull_request]
on:
merge_group:
push:
branches-ignore:
- gh-readonly-queue/** # Temporary merge queue-related GH-made branches
pull_request:

permissions:
contents: read
Expand Down

0 comments on commit 8bff8b0

Please sign in to comment.