Make the CI commit-ignore patterns match
This commit is contained in:
@ -36,9 +36,10 @@ clone_depth: 5
|
||||
skip_commits:
|
||||
files:
|
||||
- 'documentation/*'
|
||||
- 'startup/*'
|
||||
- '.github/*'
|
||||
- '**/*.html'
|
||||
- '**/*.md'
|
||||
- '.github/*'
|
||||
|
||||
#---------------------------------#
|
||||
# build matrix configuration #
|
||||
|
4
.github/workflows/ci-scripts-build.yml
vendored
4
.github/workflows/ci-scripts-build.yml
vendored
@ -11,9 +11,11 @@ name: Base
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.appveyor.yml'
|
||||
- 'documentation/*'
|
||||
- 'startup/*'
|
||||
- '.appveyor/*'
|
||||
- '**/*.html'
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
|
Reference in New Issue
Block a user