Update paths to ignore
This commit is contained in:
parent
7bd9189ebd
commit
e0bd29751a
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build_and_test.yml
vendored
6
.github/workflows/build_and_test.yml
vendored
|
@ -3,8 +3,14 @@ name: Build and test
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
&paths paths-ignore:
|
||||||
|
- "docs/**"
|
||||||
|
- "settings.sample.yaml"
|
||||||
|
- "README.md"
|
||||||
|
- "LICENSE"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
*paths
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
Loading…
Reference in a new issue