Skip to content

Commit d4621b7

Browse files
authored
Apply suggestions from code review
1 parent ca307df commit d4621b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/chromatic.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ on:
1414
# Only run on file changes in any of these paths
1515
- "src/components/**/*"
1616
- "src/pages/**/*"
17-
- "src/pages-conditional/**/*"
18-
- "src/templates/**/*"
19-
- "src/@chakra-ui/gatsby-plugin/**/*"
17+
- "src/layouts/**/*"
18+
- "src/@chakra-ui/**/*"
2019

2120
# List of jobs
2221
jobs:

0 commit comments

Comments
 (0)