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:
|
||||
push:
|
||||
branches: [ master ]
|
||||
&paths paths-ignore:
|
||||
paths-ignore: &paths
|
||||
- "docs/**"
|
||||
- "settings.sample.yaml"
|
||||
- "README.md"
|
||||
- "LICENSE"
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
*paths
|
||||
paths-ignore: *paths
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
Loading…
Reference in a new issue