Skip to content

Commit cae19af

Browse files
committed
chore(ci): Ensure all tests run when CHANGELOG is updated
1 parent 6825cf5 commit cae19af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,15 @@ jobs:
6666
COMMIT_SHA=$(git rev-parse --short ${{ github.event.pull_request.head.sha || github.event.head_commit.id || env.HEAD_COMMIT }})
6767
echo "COMMIT_SHA=$COMMIT_SHA" >> $GITHUB_ENV
6868
echo "COMMIT_MESSAGE=$(git log -n 1 --pretty=format:%s $COMMIT_SHA)" >> $GITHUB_ENV
69+
6970
- name: Determine changed packages
7071
uses: getsentry/[email protected]
7172
id: changed
7273
with:
7374
filters: |
7475
shared: &shared
7576
- '*.{js,ts,json,yml,lock}'
77+
- 'CHANGELOG.md'
7678
- '.github/**'
7779
- 'jest/**'
7880
- 'rollup/**'

0 commit comments

Comments
 (0)