Update ci with path-ignores

This commit is contained in:
howardwu 2020-12-17 12:23:45 -04:00
parent 4c4338e38a
commit 9fa36d4f8f
2 changed files with 7 additions and 1 deletions

View File

@ -1,9 +1,12 @@
name: Leo Release Tests
name: Leo Binary Tests
on:
pull_request:
push:
branches:
- master
paths-ignore:
- 'docs/**'
- 'documentation/**'
env:
RUST_BACKTRACE: 1

View File

@ -4,6 +4,9 @@ on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
- 'documentation/**'
env:
RUST_BACKTRACE: 1