From 4887891d783aecc8c1e6051769193b678080992e Mon Sep 17 00:00:00 2001 From: JunRain Date: Tue, 19 Mar 2024 20:19:42 +0900 Subject: [PATCH] =?UTF-8?q?[#38]=20path=EC=97=90=EC=84=9C=20./backend?= =?UTF-8?q?=EC=9D=98=20=EB=AA=A8=EB=93=A0=20=ED=95=98=EC=9C=84=20=EB=94=94?= =?UTF-8?q?=EB=A0=89=ED=86=A0=EB=A6=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/server.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 1add9fb9..37d7d1cb 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -4,10 +4,10 @@ on: workflow_dispatch: pull_request: - paths: - - "./backend" branches: - develop + paths: + - "./backend/**" permissions: contents: read