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