Skip running CI on MD changes
This commit is contained in:
parent
4cf58af4b1
commit
ccfb59f74a
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -55,12 +55,12 @@ on:
|
|||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- 0.*.x
|
- 0.*.x
|
||||||
- pr/**/ci
|
- pr/**/ci
|
||||||
paths-ignore:
|
|
||||||
- '**.md'
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user