Skip to content

Commit

Permalink
don't run CI on changes to SpellCheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Nov 8, 2023
1 parent 1bfd5c7 commit 0c544cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ on:
- 'README.md'
- '.github/workflows/CompatHelper.yml'
- '.github/workflows/TagBot.yml'
- '.github/workflows/SpellCheck.yml'
- 'docs/**'
pull_request:
paths-ignore:
- 'LICENSE.md'
- 'README.md'
- '.github/workflows/CompatHelper.yml'
- '.github/workflows/TagBot.yml'
- '.github/workflows/SpellCheck.yml'
- 'docs/**'
workflow_dispatch:

Expand Down

0 comments on commit 0c544cb

Please sign in to comment.