mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
CI: use another glob syntax for matching files on Appveyor
The previous globbing syntax was not matching files recursively in directories, so try appending a /* to more closely match the examples at https://www.appveyor.com/docs/how-to/filtering-commits/
This commit is contained in:
parent
da9d9c3d1c
commit
6cfa1a42eb
@ -360,11 +360,11 @@ branches:
|
||||
skip_commits:
|
||||
files:
|
||||
- '.azure-pipelines.yml'
|
||||
- '.circleci/**'
|
||||
- '.circleci/**/*'
|
||||
- '.cirrus.yml'
|
||||
- '.github/**'
|
||||
- 'packages/**'
|
||||
- 'plan9/**'
|
||||
- '.github/**/*'
|
||||
- 'packages/**/*'
|
||||
- 'plan9/**/*'
|
||||
|
||||
artifacts:
|
||||
- path: '**/curl.exe'
|
||||
|
Loading…
x
Reference in New Issue
Block a user