Updated pattern for skipping builds based on file changes

This commit is contained in:
Andrew Murray 2024-04-03 12:19:45 +11:00
parent aeeb596c98
commit a6793bba5e

View File

@ -1,9 +1,9 @@
skip_commits:
files:
- ".github/**"
- ".github/**/*"
- ".gitmodules"
- "docs/**"
- "wheels/**"
- "docs/**/*"
- "wheels/**/*"
version: '{build}'
clone_folder: c:\pillow