Browse Source

ready for PR

Román Cárdenas 1 year ago
parent
commit
b3d0c9c057
2 changed files with 3 additions and 2 deletions
  1. 2 2
      riscv-rt/.github/workflows/changelog.yaml
  2. 1 0
      riscv-rt/CHANGELOG.md

+ 2 - 2
riscv-rt/.github/workflows/changelog.yaml

@@ -2,9 +2,9 @@ name: Check CHANGELOG.md
 
 
 on:
 on:
   push:
   push:
-    branches: [ master, check-changelog ]
+    branches: [ master ]
   pull_request:
   pull_request:
-  merge_group:
+    branches: [ master ]
 
 
 jobs:
 jobs:
   check_changelog:
   check_changelog:

+ 1 - 0
riscv-rt/CHANGELOG.md

@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 
 ### Added
 ### Added
 
 
+- New GitHub worklow for checking modifications on CHANGELOG.md
 - New GitHub workflow for checking clippy lints in PRs
 - New GitHub workflow for checking clippy lints in PRs
 
 
 ### Changed
 ### Changed