Merge pull request #804 from JasonLG1979/patch-1

Make CI ignore things that should not trigger build tests
This commit is contained in:
Roderick van Domburg 2021-06-19 22:31:50 +02:00 committed by GitHub
commit 40e56794ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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