From 416ae241bd84d84e542dbafee7911659f1478c9b Mon Sep 17 00:00:00 2001 From: "John M. Kuchta" Date: Fri, 4 Aug 2023 17:07:28 -0700 Subject: [PATCH] Update test-library.yml Don't re-test if the change is only in the workflows. --- .github/workflows/test-library.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-library.yml b/.github/workflows/test-library.yml index 7de46af..44d7532 100644 --- a/.github/workflows/test-library.yml +++ b/.github/workflows/test-library.yml @@ -6,6 +6,8 @@ on: push: branches: - 'main' + paths-ignore: + - '.github/workflows/**' pull_request: branches: - 'main'