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