From 9c1684c94142906bb89b2c54f37f26744ebb0107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Tue, 5 Dec 2023 23:07:37 +0800 Subject: [PATCH] Update build-and-test-plugin.yaml --- .github/workflows/build-and-test-plugin.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: