Merge pull request #807 from JasonLG1979/patch-1

Make CI ignore things that should not trigger build tests (reprise)
This commit is contained in:
Roderick van Domburg 2021-06-20 11:24:04 +02:00 committed by GitHub
commit be16d3babf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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