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: 'Source'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'plan9/**'
- 'tests/data/**'
- 'winbuild/**'
@ -25,6 +26,7 @@ name: 'Source'
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
- 'plan9/**'
- 'tests/data/**'
- 'winbuild/**'