We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609cccf commit d8590cdCopy full SHA for d8590cd
.github/workflows/chromatic-deploy.yml renamed to .github/workflows/changed-files-chromatic.yml
@@ -1,10 +1,10 @@
1
-name: 'Chromatic Publish'
+name: 'Check Changed Files and Run Chromatic'
2
3
on:
4
+ pull_request:
5
push:
6
branches:
7
- develop
- - project/storybook
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/chromatic.yml
@@ -75,6 +75,7 @@ jobs:
75
skip: "@(renovate/**|dependabot/**)"
76
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
77
token: ${{ secrets.GITHUB_TOKEN }}
78
+ autoAcceptChanges: "develop"
79
workingDir: packages/go-ui-storybook
80
github-pages:
81
name: Deploy to Github Pages
0 commit comments