From 1370c32f0a9f777bde4188d1689702a92fd172cd Mon Sep 17 00:00:00 2001 From: brgndy Date: Tue, 23 Jul 2024 16:10:12 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=ED=81=AC=EB=A1=9C=EB=A7=88?= =?UTF-8?q?=ED=8B=B1=20=EA=B4=80=EB=A0=A8=20ci=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/front_storybook.yml | 7 ++++--- frontend/.gitignore | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/front_storybook.yml b/.github/workflows/front_storybook.yml index e4cbc3cf..a695aecb 100644 --- a/.github/workflows/front_storybook.yml +++ b/.github/workflows/front_storybook.yml @@ -4,18 +4,19 @@ on: pull_request: branches: - main + paths: + - "frontend/**" jobs: chromatic: name: Run Chromatic - if: ${{ contains(github.event.pull_request.labels.*.name, '🎨 ν”„λ‘ νŠΈμ—”λ“œ') }} runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v3 with: node-version: 20.15.1 - name: Install dependencies diff --git a/frontend/.gitignore b/frontend/.gitignore index a6eb2d74..272d3d97 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -2,3 +2,4 @@ node_modules .env .DS_Store build-storybook.log +/dist \ No newline at end of file