Преглед изворни кода

chore: CI add ignore files (paths-ignore)

yisibl пре 3 година
родитељ
комит
9cae5f50f8
1 измењених фајлова са 6 додато и 0 уклоњено
  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: