Update tests

Make CI ignore things that should not trigger build tests.
This commit is contained in:
Jason Gray 2021-06-18 17:20:27 -05:00 committed by GitHub
parent 79f08c54f5
commit 14de03e06f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,11 @@ on:
"Cargo.lock",
"rustfmt.toml",
".github/workflows/*",
"!**.md",
"!contrib/*",
"!docs/*",
"!LICENSE",
"!**.sh",
]
pull_request:
paths:
@ -20,6 +25,11 @@ on:
"Cargo.lock",
"rustfmt.toml",
".github/workflows/*",
"!**.md",
"!contrib/*",
"!docs/*",
"!LICENSE",
"!**.sh",
]
schedule:
# Run CI every week