Update paths to ignore

master
Edward Shen 2021-07-09 20:56:35 -04:00
parent 7bd9189ebd
commit e0bd29751a
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 6 additions and 0 deletions

View File

@ -3,8 +3,14 @@ name: Build and test
on:
push:
branches: [ master ]
&paths paths-ignore:
- "docs/**"
- "settings.sample.yaml"
- "README.md"
- "LICENSE"
pull_request:
branches: [ master ]
*paths
env:
CARGO_TERM_COLOR: always