diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea368c60c..ff744ab6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: run: npm run test update-changelog: - if: ${{ github.event_name == 'push' }} + if: ${{ github.event_name == 'push' && contains(join(github.event.commits.*.message, ' '), 'Release v') }} runs-on: ubuntu-latest permissions: contents: write