File tree Expand file tree Collapse file tree 3 files changed +7
-15
lines changed
Expand file tree Collapse file tree 3 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 pull_request :
66 types : [opened, synchronize]
7- paths :
8- - ' **/*.rs'
9- - ' Cargo.lock'
7+ paths-ignore :
8+ - ' **/*.md'
109 push :
1110 branches :
1211 - main
13- paths :
14- - ' **/*.rs'
15- - ' Cargo.lock'
12+ paths-ignore :
13+ - ' **/*.md'
1614
1715concurrency :
1816 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Original file line number Diff line number Diff line change 66 types : [opened, synchronize]
77 paths-ignore :
88 - ' **/*.md'
9- - ' **/*.yml'
10- - ' !.github/workflows/ci.yml'
119 push :
1210 branches :
1311 - main
1412 paths-ignore :
1513 - ' **/*.md'
16- - ' **/*.yml'
17- - ' !.github/workflows/ci.yml'
1814
1915concurrency :
2016 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Original file line number Diff line number Diff line change 55 pull_request :
66 types : [opened, synchronize]
77 paths-ignore :
8- - ' **.rs'
9- - ' .github/workflows/codecov.yml'
8+ - ' **/*.md'
109 push :
1110 branches :
1211 - main
13- paths :
14- - ' **.rs'
15- - ' .github/workflows/codecov.yml'
12+ paths-ignore :
13+ - ' **/*.md'
1614
1715concurrency :
1816 group : ${{ github.workflow }}-${{ github.ref }}
You can’t perform that action at this time.
0 commit comments