Browse Source

Ignore wiki updates in CI

Pavel Zhovner 5 năm trước cách đây
mục cha
commit
6dbd71ae40
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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: