mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
CI: don't run CI jobs if only another CI was changed
A few paths were missed in the last commit, as well as a job added since
then.
Followup-to 395b9175
This commit is contained in:
parent
6d0d8b90e2
commit
fe61f015e5
4 changed files with 35 additions and 0 deletions
|
|
@ -357,6 +357,15 @@ branches:
|
|||
- master
|
||||
- /\/ci$/
|
||||
|
||||
skip_commits:
|
||||
files:
|
||||
- '.azure-pipelines.yml'
|
||||
- '.circleci/**'
|
||||
- '.cirrus.yml'
|
||||
- '.github/**'
|
||||
- 'packages/**'
|
||||
- 'plan9/**'
|
||||
|
||||
artifacts:
|
||||
- path: '**/curl.exe'
|
||||
name: curl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue