Round 2 of trying to get CI to ignore things that should not trigger a build test

This commit is contained in:
Jason Gray 2021-06-20 00:07:33 -05:00 committed by GitHub
parent a7326815bd
commit b1f1464825
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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