CI config and git export tweaks
Add paths-ignore filters for GHA PRs Stop .tools/ and .gitattributes commits from triggering CI Exclude CI files from git exports
This commit is contained in:
10
.github/workflows/ci-scripts-build.yml
vendored
10
.github/workflows/ci-scripts-build.yml
vendored
@ -14,9 +14,19 @@ on:
|
||||
- 'documentation/*'
|
||||
- 'startup/*'
|
||||
- '.appveyor/*'
|
||||
- '.tools/*'
|
||||
- '.gitattributes'
|
||||
- '**/*.html'
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'documentation/*'
|
||||
- 'startup/*'
|
||||
- '.appveyor/*'
|
||||
- '.tools/*'
|
||||
- '.gitattributes'
|
||||
- '**/*.html'
|
||||
- '**/*.md'
|
||||
|
||||
env:
|
||||
SETUP_PATH: .ci-local:.ci
|
||||
|
Reference in New Issue
Block a user