From 22344f81248e8641fe39e017465f6ef98315987c Mon Sep 17 00:00:00 2001 From: Soap Date: Tue, 12 Nov 2024 22:58:15 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=AA=A8=EB=93=A0=20=EB=B8=8C=EB=9E=9C?= =?UTF-8?q?=EC=B9=98=EC=97=90=EC=84=9C=20=EC=9E=91=EB=8F=99=ED=95=98?= =?UTF-8?q?=EA=B2=8C=20=EC=88=98=EC=A0=95=20#112?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-fe-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-fe-preview.yml b/.github/workflows/deploy-fe-preview.yml index 2941c7ac..55bbf775 100644 --- a/.github/workflows/deploy-fe-preview.yml +++ b/.github/workflows/deploy-fe-preview.yml @@ -3,7 +3,7 @@ name: Deploy Frontend Preview on: push: branches: - - develop + - "**" paths: - "frontend/**"