Román Cárdenas 1 rok temu
rodzic
commit
b3d0c9c057

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

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

+ 1 - 0
riscv-rt/CHANGELOG.md

@@ -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