Skip to content

Commit

Permalink
fix(ci): Fix workflow for generating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhbert committed Sep 26, 2024
1 parent cb0ac6f commit 4a569e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
create:
tags:
- v*
pull_request:
branches:
- "main"

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update changelog for unreleased commits

on:
pull_request:
push:
branches:
- "main"

Expand Down

0 comments on commit 4a569e5

Please sign in to comment.