A few paths were missed in the last commit, as well as a job added since
then.
Followup-to
395b9175
branches:
include:
- 'master'
+ paths:
+ exclude:
+ - '.circleci/*'
+ - '.cirrus.yml'
+ - '.github/*'
+ - '.github/workflows/*'
+ - 'appveyor.yml'
+ - 'packages/*'
+ - 'plan9/*'
stages:
- '*/ci'
paths-ignore:
- '**/*.md'
+ - '.azure-pipelines.yml'
+ - '.circleci/**'
+ - '.cirrus.yml'
+ - 'appveyor.yml'
+ - 'packages/**'
+ - 'plan9/**'
+ - 'projects/**'
+ - 'winbuild/**'
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'
+ - '.azure-pipelines.yml'
+ - '.circleci/**'
+ - '.cirrus.yml'
+ - 'appveyor.yml'
+ - 'packages/**'
+ - 'plan9/**'
+ - 'projects/**'
+ - 'winbuild/**'
concurrency:
# Hardcoded workflow filename as workflow name above is just Linux again
- '**/*.md'
- '**/CMakeLists.txt'
- '.azure-pipelines.yml'
+ - '.circleci/**'
- '.cirrus.yml'
- 'appveyor.yml'
- 'CMake/**'
- master
- /\/ci$/
+skip_commits:
+ files:
+ - '.azure-pipelines.yml'
+ - '.circleci/**'
+ - '.cirrus.yml'
+ - '.github/**'
+ - 'packages/**'
+ - 'plan9/**'
+
artifacts:
- path: '**/curl.exe'
name: curl