diff --git a/.github/workflows/publish-storybook.yml b/.github/workflows/publish-storybook.yml index 09dc72f2..5f7f4cfd 100644 --- a/.github/workflows/publish-storybook.yml +++ b/.github/workflows/publish-storybook.yml @@ -69,4 +69,4 @@ jobs: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} storybookBuildDir: storybook exitZeroOnChanges: true - # autoAcceptChanges: true # TODO: Enable once release - won't be pushing new features directly to main + autoAcceptChanges: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7aafc918..84df3c8f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -4,9 +4,8 @@ on: pull_request: types: - opened - - reopened + - synchronize - edited - - ready_for_review concurrency: group: pull-request-${{ github.ref }}