Ignore wiki updates in CI

This commit is contained in:
Pavel Zhovner 2020-09-28 02:36:32 +03:00
parent fff69aabaa
commit 6dbd71ae40

View File

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