Skip to content

Commit f754ead

Browse files
talissoncostaclaude
andcommitted
fix(ci): use broad path filter for PRs, narrow for main
PRs use frontend/** to catch indirect regressions (e.g. util changes that break component rendering). Main push uses narrow paths to avoid unnecessary baseline rebuilds on non-UI merges. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2034065 commit f754ead

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/frontend-chromatic.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ on:
1313
pull_request:
1414
types: [opened, synchronize, reopened, ready_for_review]
1515
paths:
16-
- frontend/web/components/**
17-
- frontend/web/styles/**
18-
- frontend/common/theme/**
19-
- frontend/documentation/**
20-
- frontend/.storybook/**
16+
- frontend/**
2117
- .github/workflows/frontend-chromatic.yml
2218

2319
permissions:

0 commit comments

Comments
 (0)