소스 검색

chore: CI add ignore files (paths-ignore)

yisibl 3 년 전
부모
커밋
9cae5f50f8
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      .github/workflows/CI.yaml

+ 6 - 0
.github/workflows/CI.yaml

@@ -10,6 +10,12 @@ on:
       - main
     tags-ignore:
       - '**'
+    paths-ignore:
+      - '**/*.md'
+      - 'LICENSE'
+      - '**/*.gitignore'
+      - '.editorconfig'
+      - 'docs/**'
   pull_request: null
 
 jobs: