Skip to content

Commit

Permalink
🚧 Pullrequest 조건 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
XionWCFM committed Apr 10, 2024
1 parent 3462e59 commit af03e41
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: 'Chromatic'

on: push
on:
pull_request:
branches:
- main
paths:
- '/packages/design-system'

env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

Expand All @@ -23,7 +29,7 @@ jobs:
- name: Install dependencies
run: yarn install

- name: build all application
- name: build all
run: yarn build

- name: Run Chromatic
Expand Down

0 comments on commit af03e41

Please sign in to comment.