diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 64ea6fc2e82..5af7ec29656 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -2,7 +2,9 @@ name: 'Chromatic' -on: push +on: + pull_request_target: + types: [opened, reopened, ready_for_review] jobs: chromatic: