소스 검색

fix(ci): only check change tags on added or modified files (#7236)

Lucas Fernandes Nogueira 2 년 전
부모
커밋
2acc474ccb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/check-change-tags.yml

+ 1 - 1
.github/workflows/check-change-tags.yml

@@ -25,7 +25,7 @@ jobs:
           list-files: shell
           filters: |
             changes:
-              - '.changes/*.md'
+              - added|modified: '.changes/*.md'
 
       - name: check
         run: node ./.scripts/ci/check-change-tags.js ${{ steps.filter.outputs.changes_files }}