소스 검색

ready for PR

Román Cárdenas 1 년 전
부모
커밋
b3d0c9c057
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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:
   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