From 6dbd71ae4099ecefd08a0b7a5371c09385ecdbf4 Mon Sep 17 00:00:00 2001 From: Pavel Zhovner Date: Mon, 28 Sep 2020 02:36:32 +0300 Subject: [PATCH] Ignore wiki updates in CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c0472f3..ce689ab2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,9 @@ name: 'CI' on: push: branches: [ master ] + paths-ignore: + - 'wiki/**' + - 'wiki_static/**' pull_request: jobs: