From: Peter van Dijk Date: Wed, 27 May 2020 15:40:41 +0000 (+0200) Subject: spellcheck: only run when docs have been changed X-Git-Tag: dnsdist-1.5.0-rc3~36^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9160%2Fhead;p=thirdparty%2Fpdns.git spellcheck: only run when docs have been changed --- diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index d4b02bc24d..2d32661707 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -5,6 +5,9 @@ on: - "**" tags-ignore: - "**" + paths: + - "docs/**" + - "**/docs/**" jobs: build: