mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-01 03:31:58 +00:00
chore(chromatic.yaml): restrict push branches to main only for better workflow management
This commit is contained in:
2
.github/workflows/chromatic.yaml
vendored
2
.github/workflows/chromatic.yaml
vendored
@@ -2,7 +2,7 @@ name: 'Chromatic'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, sno-storybook]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user