Skip to content

Commit

Permalink
Merge pull request #18 from puckowski/master_meta_46
Browse files Browse the repository at this point in the history
fix: fix CI v3
  • Loading branch information
puckowski authored Jan 14, 2025
2 parents 10cac05 + 8e7a214 commit 3d1795d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d1795d

Please sign in to comment.