diff --git a/.github/workflows/local_tests.yml b/.github/workflows/local_tests.yml index 2ddf1cace..5087fb35a 100644 --- a/.github/workflows/local_tests.yml +++ b/.github/workflows/local_tests.yml @@ -6,6 +6,11 @@ on: - "plugins/**" - "src/**" - "tests/**" + pull_request: + paths: + - "plugins/**" + - "src/**" + - "tests/**" jobs: test: