From: Josh Soref Date: Wed, 17 Jun 2020 18:58:35 +0000 (-0400) Subject: spell-check: check pull requests X-Git-Tag: dnsdist-1.5.0-rc4~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9256%2Fhead;p=thirdparty%2Fpdns.git spell-check: check pull requests --- diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 2d32661707..d3dcbfaa95 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -8,6 +8,15 @@ on: paths: - "docs/**" - "**/docs/**" + pull_request: + branches: + - "**" + tags-ignore: + - "**" + paths: + - "docs/**" + - "**/docs/**" + types: ['opened', 'reopened', 'synchronize'] jobs: build: