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:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 0.*.x
|
||||
- pr/**/ci
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user