Selaa lähdekoodia

chore: CI add ignore files (paths-ignore)

yisibl 3 vuotta sitten
vanhempi
commit
9cae5f50f8
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  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: