Skip to content

Commit 1b487ad

Browse files
committed
only check against contrib branch
1 parent c58f0a3 commit 1b487ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
6262
buildScriptName: 'storybook:build'
6363
exitOnceUploaded: true
64-
onlyChanged: '!(v*/dev)'
64+
onlyChanged: '!(v*/contrib)'
6565
externals: 'packages/uui-css/lib/**/*.css'
6666
untraced: '.storybook/images/**/*,storyhelpers/**/*'

0 commit comments

Comments
 (0)