mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 15:10:06 +00:00
chore(chromatic.yaml): restrict push branches to main only for better workflow management
This commit is contained in:
4
.github/workflows/chromatic.yaml
vendored
4
.github/workflows/chromatic.yaml
vendored
@@ -2,7 +2,7 @@ name: 'Chromatic'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, sno-storybook]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
@@ -30,4 +30,4 @@ jobs:
|
||||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||
buildScriptName: build-storybook
|
||||
autoAcceptChanges: 'main' # Auto-accept changes on main branch
|
||||
exitOnceUploaded: true # Don't wait for UI tests to complete
|
||||
exitOnceUploaded: true # Don't wait for UI tests to complete
|
||||
|
||||
Reference in New Issue
Block a user