Skip to content

Commit a1910c9

Browse files
committed
Merge branch 'feature/run-chromatic-on-pr' into develop
2 parents 609cccf + d8590cd commit a1910c9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/chromatic-deploy.yml renamed to .github/workflows/changed-files-chromatic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: 'Chromatic Publish'
1+
name: 'Check Changed Files and Run Chromatic'
22

33
on:
4+
pull_request:
45
push:
56
branches:
67
- develop
7-
- project/storybook
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/chromatic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
skip: "@(renovate/**|dependabot/**)"
7676
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
7777
token: ${{ secrets.GITHUB_TOKEN }}
78+
autoAcceptChanges: "develop"
7879
workingDir: packages/go-ui-storybook
7980
github-pages:
8081
name: Deploy to Github Pages

0 commit comments

Comments
 (0)