Skip to content

Commit a3eaa6f

Browse files
authored
chore: run checks for merge queue (#29)
# Motivation Merge queue entries are not starting required checks because the test workflow does not listen for GitHub's merge queue event. # Summary of Changes - Adds the `merge_group` trigger to the `Test` workflow. - Leaves the release workflow unchanged so it only runs after pushes to `main`. # Testing - `git diff --check` - `mise run fmt:check` # Dependencies/Special Considerations Existing merge queue entries may need to be re-queued after this PR lands so GitHub creates new merge-group refs with the updated workflow.
1 parent 5840cdd commit a3eaa6f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7+
merge_group:
78
workflow_dispatch:
89

910
jobs:

0 commit comments

Comments
 (0)