Skip to content

Commit

Permalink
Limit number of chromatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahayres committed May 14, 2023
1 parent ffd7b1c commit 4eea045
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
name: 'Chromatic'

# Event for the workflow
on: push
on:
push:
paths: ["stories/**", "src/stories/**"] # Trigger the action only when files change in the folders defined here

# List of jobs
jobs:
Expand Down

0 comments on commit 4eea045

Please sign in to comment.