Pārlūkot izejas kodu

chore: ignore text file in CodeQL workflow

Hintay 1 gadu atpakaļ
vecāks
revīzija
02b4a99160
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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 * * *'