diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index dddbb427496..df583ee1e7b 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -5,7 +5,11 @@ name: Chromatic Publish and Testing # Event for the workflow on: - push: + pull_request: + types: + - opened + - synchronize + - ready_for_review paths: # Only run on file changes in any of these paths - "src/components/**/*"