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