Skip to content

Commit 404261c

Browse files
authored
chore(chromatic): only run on ui-components changes and merge groups
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 878bfaf commit 404261c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/chromatic.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ on:
1111
push:
1212
branches:
1313
- main
14+
paths:
15+
- packages/ui-components
1416
pull_request_target:
1517
branches:
1618
- main
19+
paths:
20+
- packages/ui-components
1721
types:
1822
- labeled
1923
workflow_dispatch:

0 commit comments

Comments
 (0)