File tree 3 files changed +3
-14
lines changed
3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,6 @@ name: Clippy Test (bors)
3
3
on :
4
4
push :
5
5
branches : [auto, try]
6
- # Don't run tests, when only textfiles were modified
7
- paths-ignore :
8
- - ' COPYRIGHT'
9
- - ' LICENSE-*'
10
- - ' **.md'
11
- - ' **.txt'
12
6
13
7
env :
14
8
RUST_BACKTRACE : 1
Original file line number Diff line number Diff line change 1
1
name : Clippy Dev Test
2
2
3
3
on :
4
- # Only run on paths, that get checked by the clippy_dev tool
5
4
push :
6
- paths :
7
- - ' CAHNGELOG.md'
8
- - ' README.md'
9
- - ' **.stderr'
10
- - ' **.rs'
5
+ branches : [auto, try]
11
6
pull_request :
7
+ # Only run on paths, that get checked by the clippy_dev tool
12
8
paths :
13
9
- ' CAHNGELOG.md'
14
10
- ' README.md'
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ name: Remark
2
2
3
3
on :
4
4
push :
5
- paths :
6
- - ' **.md'
5
+ branches : [auto, try]
7
6
pull_request :
8
7
paths :
9
8
- ' **.md'
You can’t perform that action at this time.
0 commit comments