From d6c34954ddbceb951ad555b805a333e8141b106c Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 12 Jan 2021 15:22:00 +0100 Subject: [PATCH] spelling workflow: run always (but still only check docs) --- .github/workflows/spelling.yml | 6 ------ 1 file changed, 6 deletions(-) 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: -- 2.47.2