chore(chromatic.yaml): restrict push branches to main only for better workflow management

This commit is contained in:
snomiao
2025-08-12 11:42:31 +00:00
parent 141148132b
commit 1e9356763a

View File

@@ -2,7 +2,7 @@ name: 'Chromatic'
on:
push:
branches: [main, sno-storybook]
branches: [main]
pull_request:
branches: [main]