diff --git a/.github/workflows/library-test.yml b/.github/workflows/library-test.yml index ec2306623..c36c35da2 100644 --- a/.github/workflows/library-test.yml +++ b/.github/workflows/library-test.yml @@ -56,4 +56,5 @@ jobs: - name: Check prettier run: yarn prettify - name: Enforce changelog + if: github.ref != 'refs/heads/main' uses: dangoslen/changelog-enforcer@v3.3.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 103a96f89..ca0c8285a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Workflows to deploy Storybook previews +- Step to enforce updates to changelog file + ## [0.2.3] - 2023-07-12 ### Fixed