@@ -2,9 +2,9 @@ name: Check CHANGELOG.md
on:
push:
- branches: [ master, check-changelog ]
+ branches: [ master ]
pull_request:
- merge_group:
jobs:
check_changelog:
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
+- New GitHub worklow for checking modifications on CHANGELOG.md
- New GitHub workflow for checking clippy lints in PRs
### Changed