From c29d75ade66ad076d757b09da23a92d484e0143d Mon Sep 17 00:00:00 2001 From: Robert Oostenveld Date: Mon, 18 Sep 2023 10:08:43 +0200 Subject: [PATCH] ignore automatic PRs for the release notes --- .github/workflows/spellcheck.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index a4724e2cb..256d23ff2 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -3,9 +3,13 @@ name: Spellcheck on: workflow_dispatch: push: - branches: [master] + branches: + - master pull_request: - types: [opened, reopened] + types: + - opened + paths-ignore: + - '_posts/*-release.md' jobs: spellcheck: