Skip to content

Commit 3ecfbcb

Browse files
avivkellerCopilot
andauthored
chore(chromatic): only run on ui-components changes (#7785)
* chore(chromatic): only run on `ui-components` changes and merge groups Signed-off-by: Aviv Keller <[email protected]> * Update .github/workflows/chromatic.yml Co-authored-by: Copilot <[email protected]> Signed-off-by: Aviv Keller <[email protected]> --------- Signed-off-by: Aviv Keller <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent c49af25 commit 3ecfbcb

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)