Make the CI commit-ignore patterns match

This commit is contained in:
Andrew Johnson
2020-12-28 17:13:45 -06:00
parent ff4317d05a
commit 02be10069e
2 changed files with 5 additions and 2 deletions

View File

@ -36,9 +36,10 @@ clone_depth: 5
skip_commits:
files:
- 'documentation/*'
- 'startup/*'
- '.github/*'
- '**/*.html'
- '**/*.md'
- '.github/*'
#---------------------------------#
# build matrix configuration #