Skip running CI on MD changes (#1184)
This commit is contained in:
parent
5cce1d3632
commit
4cf58af4b1
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -52,11 +52,15 @@ name: tests
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
push:
|
push:
|
||||||
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