mirror of
https://github.com/curl/curl.git
synced 2026-04-21 18:42:12 +03:00
GHA/curl-for-win: don't run if only another CI was changed
Closes #14142
This commit is contained in:
parent
eed38de06c
commit
b061fa2c46
1 changed files with 20 additions and 0 deletions
20
.github/workflows/curl-for-win.yml
vendored
20
.github/workflows/curl-for-win.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue