Skip to content

Merge branch 'main' into develop #326

Merge branch 'main' into develop

Merge branch 'main' into develop #326

name: chromatic_on_merge_to_develop
on:
push:
branches:
- main
- develop
jobs:
chromatic_on_merge_to_develop:
runs-on: ubuntu-latest
environment: Preview
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
- name: Storybook Build
run: pnpm storybook:build
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
onlyChanged: true
autoAcceptChanges: true
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
storybookBuildDir: storybook-static