From b1f1464825ba538afb1cf8157dd6f27c03f9ce1e Mon Sep 17 00:00:00 2001 From: Jason Gray Date: Sun, 20 Jun 2021 00:07:33 -0500 Subject: [PATCH] Round 2 of trying to get CI to ignore things that should not trigger a build test --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c82f0db..6e447ff9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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