Skip to content

Commit

Permalink
Merge pull request #7909 from hugovk/appveyor-skip
Browse files Browse the repository at this point in the history
Skip AppVeyor builds for irrelevant files
  • Loading branch information
hugovk authored Mar 27, 2024
2 parents fac81d6 + f05946a commit 59cb1d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
skip_commits:
files:
- ".github/**"
- ".gitmodules"
- "docs/**"
- "wheels/**"

version: '{build}'
clone_folder: c:\pillow
init:
Expand Down

0 comments on commit 59cb1d7

Please sign in to comment.