From 78f3a9c4b3002484e06e40eaadc3559049624d86 Mon Sep 17 00:00:00 2001 From: Eunsol Kim <61370551+Cyma-s@users.noreply.github.com> Date: Wed, 26 Jul 2023 17:00:50 +0900 Subject: [PATCH] =?UTF-8?q?config:=20backend=20=EB=94=94=EB=A0=89=ED=84=B0?= =?UTF-8?q?=EB=A6=AC=20=ED=95=98=EC=9C=84=EC=97=90=EC=84=9C=EB=A7=8C=20?= =?UTF-8?q?=EC=8B=A4=ED=96=89=EB=90=98=EB=8F=84=EB=A1=9D=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 06491e5c3..2fee5c98c 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -6,6 +6,8 @@ on: pull_request: branches: [ main ] # main branch로 pull request될 때 실행됩니다. types: [opened, synchronize, reopened] + paths: + - "backend/**" defaults: run: