diff --git a/.github/workflows/build-and-test-plugin.yaml b/.github/workflows/build-and-test-plugin.yaml index 6faf494f7..8738250d6 100644 --- a/.github/workflows/build-and-test-plugin.yaml +++ b/.github/workflows/build-and-test-plugin.yaml @@ -4,13 +4,13 @@ on: push: branches: [ main ] paths: - - plugins/** - - test/** + - 'plugins/**' + - 'test/**' pull_request: branches: ["*"] paths: - - plugins/** - - test/** + - 'plugins/**' + - 'test/**' jobs: lint: