File tree 4 files changed +15
-19
lines changed
4 files changed +15
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
on :
2
- push :
3
- branches : [ staging, trying, master ]
4
- pull_request :
2
+ push : # Run CI for all branches except GitHub merge queue tmp branches
3
+ branches-ignore :
4
+ - " gh-readonly-queue/**"
5
+ pull_request : # Run CI for PRs on any branch
6
+ merge_group : # Run CI for the GitHub merge queue
5
7
6
8
name : CI
7
9
Original file line number Diff line number Diff line change 1
1
on :
2
- push :
3
- branches : [ staging, trying, master ]
4
- pull_request :
2
+ push : # Run CI for all branches except GitHub merge queue tmp branches
3
+ branches-ignore :
4
+ - " gh-readonly-queue/**"
5
+ pull_request : # Run CI for PRs on any branch
6
+ merge_group : # Run CI for the GitHub merge queue
5
7
6
8
name : Clippy check
7
9
jobs :
Original file line number Diff line number Diff line change 1
1
on :
2
- push :
3
- branches : [ staging, trying, master ]
4
- pull_request :
2
+ push : # Run CI for all branches except GitHub merge queue tmp branches
3
+ branches-ignore :
4
+ - " gh-readonly-queue/**"
5
+ pull_request : # Run CI for PRs on any branch
6
+ merge_group : # Run CI for the GitHub merge queue
5
7
6
8
name : Code formatting check
7
9
You can’t perform that action at this time.
0 commit comments