Skip to content

Commit b010316

Browse files
authored
Merge pull request #31 from rust-lang/ci-use-a-merge-queue
ci: use a merge queue
2 parents e919bc7 + 2b08f16 commit b010316

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ name: CI
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- "main"
85
pull_request:
6+
merge_group:
97

108
permissions: {}
119

0 commit comments

Comments
 (0)