From: Peter van Dijk Date: Tue, 12 Jan 2021 14:22:00 +0000 (+0100) Subject: spelling workflow: run always (but still only check docs) X-Git-Tag: rec-4.5.0-alpha1~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9956%2Fhead;p=thirdparty%2Fpdns.git spelling workflow: run always (but still only check docs) --- diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 517a660528..eb1dced518 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -5,17 +5,11 @@ on: - "**" tags-ignore: - "**" - paths: - - "docs/**" - - "**/docs/**" pull_request: branches: - "**" tags-ignore: - "**" - paths: - - "docs/**" - - "**/docs/**" types: ['opened', 'reopened', 'synchronize'] jobs: