Parcourir la source

Ignore wiki updates in CI

Pavel Zhovner il y a 5 ans
Parent
commit
6dbd71ae40
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      .github/workflows/ci.yml

+ 3 - 0
.github/workflows/ci.yml

@@ -3,6 +3,9 @@ name: 'CI'
 on:
   push:
     branches: [ master ]
+    paths-ignore:
+    - 'wiki/**'
+    - 'wiki_static/**'
   pull_request:
 
 jobs: