fix workflow ignores

master
Edward Shen 2021-07-09 20:58:07 -04:00
parent e0bd29751a
commit 52ca595029
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 2 additions and 2 deletions

View File

@ -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