From b33dfa968d3de52294ae0ea6dfb26606d7686d1a Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 10 Mar 2020 10:07:49 -0700 Subject: [PATCH] Add glob syntax to include files inside path folders --- .github/workflows/testing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 557d41e5b..9cd017ec8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -4,9 +4,9 @@ on: - master - 'test-*' paths: - - 'lib' - - 'plugins' - - 'test' + - 'lib/**' + - 'plugins/**' + - 'test/**' pull_request: branches: - master