diff --git a/.github/workflows/chromatic.yaml b/.github/workflows/chromatic.yaml index 2f56413e3..e0e0bf832 100644 --- a/.github/workflows/chromatic.yaml +++ b/.github/workflows/chromatic.yaml @@ -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 \ No newline at end of file + exitOnceUploaded: true # Don't wait for UI tests to complete