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:
Dan Fandrich 2025-07-02 18:26:59 -07:00
parent cd9d791651
commit ab667c73a4
10 changed files with 19 additions and 0 deletions

View file

@ -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/**'