Skip to content

Commit

Permalink
fix: only deploy non-dependency UI changes to Chromatic (#1369)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar authored Jan 15, 2025
1 parent 351c9c6 commit a36b169
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
paths:
- 'ui/**'
- '!ui/package.json'
- '!ui/package-lock.json'

jobs:
build_and_deploy:
Expand Down

0 comments on commit a36b169

Please sign in to comment.