From 14de03e06f6ca0b20ea2957781d830548eef69a5 Mon Sep 17 00:00:00 2001 From: Jason Gray Date: Fri, 18 Jun 2021 17:20:27 -0500 Subject: [PATCH] Update tests Make CI ignore things that should not trigger build tests. --- .github/workflows/test.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f7a74c5..8c82f0db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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