mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:01:41 +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/fuzz.yml
vendored
2
.github/workflows/fuzz.yml
vendored
|
|
@ -15,6 +15,7 @@ name: 'Fuzzer'
|
|||
- '.circleci/**'
|
||||
- 'appveyor.*'
|
||||
- 'CMake/**'
|
||||
- 'Dockerfile'
|
||||
- 'packages/**'
|
||||
- 'plan9/**'
|
||||
- 'projects/**'
|
||||
|
|
@ -29,6 +30,7 @@ name: 'Fuzzer'
|
|||
- '.circleci/**'
|
||||
- 'appveyor.*'
|
||||
- 'CMake/**'
|
||||
- 'Dockerfile'
|
||||
- 'packages/**'
|
||||
- 'plan9/**'
|
||||
- 'projects/**'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue