diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f170d29b..ea368c60c 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 == 'pull_request' && github.event.pull_request.merged == true }} + if: ${{ github.event_name == 'push' }} runs-on: ubuntu-latest permissions: contents: write