Browse Source

Ignore wiki updates in CI

Pavel Zhovner 5 years ago
parent
commit
6dbd71ae40
1 changed files with 3 additions and 0 deletions
  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: