We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d0a81 commit b3d0c9cCopy full SHA for b3d0c9c
riscv-rt/.github/workflows/changelog.yaml
@@ -2,9 +2,9 @@ name: Check CHANGELOG.md
2
3
on:
4
push:
5
- branches: [ master, check-changelog ]
+ branches: [ master ]
6
pull_request:
7
- merge_group:
8
9
jobs:
10
check_changelog:
riscv-rt/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
11
12
+- New GitHub worklow for checking modifications on CHANGELOG.md
13
- New GitHub workflow for checking clippy lints in PRs
14
15
### Changed
0 commit comments