diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9cd017ec8..95591be6a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -4,12 +4,18 @@ on: - master - 'test-*' paths: + - 'bin/**' - 'lib/**' - 'plugins/**' - 'test/**' pull_request: branches: - master + paths: + - 'bin/**' + - 'lib/**' + - 'plugins/**' + - 'test/**' jobs: unit-tests: