From 8e7a214fd91c358952b0c826fd48878f4ea09893 Mon Sep 17 00:00:00 2001 From: Daniel Puckowski Date: Tue, 14 Jan 2025 17:48:52 -0500 Subject: [PATCH] fix: fix CI v3 * Fix CI v3. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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