Skip to content

Commit a6793bb

Browse files
committed
Updated pattern for skipping builds based on file changes
1 parent aeeb596 commit a6793bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
skip_commits:
22
files:
3-
- ".github/**"
3+
- ".github/**/*"
44
- ".gitmodules"
5-
- "docs/**"
6-
- "wheels/**"
5+
- "docs/**/*"
6+
- "wheels/**/*"
77

88
version: '{build}'
99
clone_folder: c:\pillow

0 commit comments

Comments
 (0)