Quellcode durchsuchen

chore: CI add ignore files (paths-ignore)

yisibl vor 3 Jahren
Ursprung
Commit
9cae5f50f8
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  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: