Skip to content

Commit

Permalink
fix: changelog only triggered on master
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianpfischer committed Sep 7, 2022
1 parent adbe1bd commit 741e834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Changelog Updater

on:
push:
branches:
- master
paths:
- 'pyproject.toml' # When somebody update the toml file

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ commit_parsers = [
{ message = "^style", group = "Styling"},
{ message = "^test", group = "Testing"},
{ message = "^chore\\(release\\): prepare for", skip = true},
{ message = "^chore\\(changelog\\):", skip = true},
{ message = "^chore", group = "Miscellaneous Tasks"},
{ body = ".*security", group = "Security"},
]
Expand Down

0 comments on commit 741e834

Please sign in to comment.