Skip to content

Commit

Permalink
fix: 이벤트 트리거 pr 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
imddoy committed Jul 5, 2024
1 parent 7a9b203 commit c841ed8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
name: "Chromatic Deployment"

# Event for the workflow
on: push
on:
push:
pull_request:

# List of jobs
jobs:
Expand Down Expand Up @@ -32,6 +34,7 @@ jobs:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: comment PR
if: github.event_name == 'pull_request'
uses: thollander/actions-comment-pull-request@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c841ed8

Please sign in to comment.