Parcourir la source

chore: CI add ignore files (paths-ignore)

yisibl il y a 3 ans
Parent
commit
9cae5f50f8
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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: