浏览代码

chore: ignore text file in CodeQL workflow

Hintay 1 年之前
父节点
当前提交
02b4a99160
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/codeql.yml

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

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