Skip to content

Commit

Permalink
Allow spellcheck to run when docs change (#2307)
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl authored Jan 18, 2024
1 parent ea21075 commit 48e7722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
workflow_call:
push:
branches: [main]
paths-ignore: [docs/**, docker/**, '*', '!pyproject.toml']
paths-ignore: [docker/**, '*', '!pyproject.toml']
pull_request:
types: [opened, synchronize, ready_for_review]
paths-ignore: [docs/**, docker/**, '*', '!pyproject.toml']
paths-ignore: [docker/**, '*', '!pyproject.toml']
concurrency:
# New commit on branch cancels running workflows of the same branch
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 48e7722

Please sign in to comment.