From 52bd7ba797cfac10adb6d9fe6f1fbb23596bcb74 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 10 Mar 2020 09:54:56 -0700 Subject: [PATCH] Only run workflow tests on code paths --- .github/workflows/testing.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 5a069c05a..557d41e5b 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -3,9 +3,10 @@ on: branches: - master - 'test-*' - paths-ignore: - - 'CHANGELOG.md' - - 'website/**' + paths: + - 'lib' + - 'plugins' + - 'test' pull_request: branches: - master