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: