fix workflow ignores

This commit is contained in:
Edward Shen 2021-07-09 20:58:07 -04:00
parent e0bd29751a
commit 52ca595029
Signed by: edward
GPG key ID: 19182661E818369F

View file

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