GHA/curl-for-win: don't run if only another CI was changed

Closes #14142
This commit is contained in:
Viktor Szakats 2024-07-09 22:56:12 +02:00
parent eed38de06c
commit b061fa2c46
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -9,9 +9,29 @@ on:
branches:
- master
- '*/ci'
paths-ignore:
- '**/*.md'
- '.azure-pipelines.yml'
- '.circleci/**'
- '.cirrus.yml'
- 'appveyor.*'
- 'packages/**'
- 'plan9/**'
- 'projects/**'
- 'winbuild/**'
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'
- '.azure-pipelines.yml'
- '.circleci/**'
- '.cirrus.yml'
- 'appveyor.*'
- 'packages/**'
- 'plan9/**'
- 'projects/**'
- 'winbuild/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}