From 08b077ce7825345d4b172f75bb29c8b24dfd81dc Mon Sep 17 00:00:00 2001 From: Tianyi Pu <44583944+putianyi889@users.noreply.github.com> Date: Sat, 16 Nov 2024 08:54:47 +0000 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=89=8D=E7=AB=AF=E4=B8=8D=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E5=90=8E=E7=AB=AF=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 25d3c0f..c2f4176 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -5,6 +5,8 @@ on: branches: - main # Adjust the branch name as needed pull_request: + paths: + - 'backend/saolei/**' jobs: check_flag: