From 2008859e0e3a6ace7e5428416b886a26ebeb627e Mon Sep 17 00:00:00 2001 From: TaeeunKim Date: Tue, 12 Mar 2024 18:09:34 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=83=80=EA=B2=9F=20=EB=B8=8C=EB=9E=9C?= =?UTF-8?q?=EC=B9=98=EB=AA=85=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/storybook.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 8357e9c4..745813e5 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -2,11 +2,7 @@ name: "Deploy Storybook" on: pull_request: - branches: [feat/v2, develop] - paths: - - '**.stories.tsx' - push: - branches: [feat/v2, develop] + branches: ['feat/v2', 'develop'] paths: - '**.stories.tsx'