Skip to content

Commit

Permalink
Add merge_group CI trigger (#2138)
Browse files Browse the repository at this point in the history
As per the
[docs](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions),
the `merge_group` trigger is necessary to trigger CI runs when using the
merge queue. This should fix the jobs which are currently stuck in the
queue.
  • Loading branch information
williamjallen authored Apr 1, 2024
1 parent b5efd13 commit 270b5db
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 @@ -5,6 +5,7 @@ on:
branches:
- master
pull_request:
merge_group:
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 270b5db

Please sign in to comment.