mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:21:44 +03:00
CI: skip CI builds that just touch Dockerfile
This file sees regular updates but isn't used by any CI build.
This commit is contained in:
parent
cd9d791651
commit
ab667c73a4
10 changed files with 19 additions and 0 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
|
@ -13,6 +13,7 @@ name: 'macOS'
|
|||
- '**/*.md'
|
||||
- '.circleci/**'
|
||||
- 'appveyor.*'
|
||||
- 'Dockerfile'
|
||||
- 'packages/**'
|
||||
- 'plan9/**'
|
||||
- 'projects/**'
|
||||
|
|
@ -24,6 +25,7 @@ name: 'macOS'
|
|||
- '**/*.md'
|
||||
- '.circleci/**'
|
||||
- 'appveyor.*'
|
||||
- 'Dockerfile'
|
||||
- 'packages/**'
|
||||
- 'plan9/**'
|
||||
- 'projects/**'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue