From 48edf26861cc0d2449ae08a70c50bb27ca6369df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AE=80=E5=BE=8B=E7=BA=AF?= Date: Fri, 20 Dec 2024 16:15:52 +0800 Subject: [PATCH] chore(workflow): specific target directory in Test process action (#69) * chore(workflow): specific target directory in Test process action * chore(workflow): modify the path * chore(workflow): Optimize processes * chore(workflow): Cancel PR workflow path requirement --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f9d5f67..eba997c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,6 +3,9 @@ on: push: branches: - main + paths: + - "src/" + - "tests/" pull_request: branches: - main