소스 검색

chore: ignore text file in CodeQL workflow

Hintay 9 달 전
부모
커밋
02b4a99160
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .github/workflows/codeql.yml

+ 3 - 0
.github/workflows/codeql.yml

@@ -17,6 +17,9 @@ on:
     branches: [ "dev" ]
   pull_request:
     branches: [ "dev" ]
+    paths-ignore:
+      - '**/*.md'
+      - '**/*.ini'
   schedule:
     - cron: '34 6 * * *'