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:
Andrew Johnson
2021-03-25 14:46:28 -05:00
parent 54e9d3f5d1
commit f9ea6a5bff
4 changed files with 16 additions and 1 deletions

View File

@ -38,6 +38,8 @@ skip_commits:
- 'documentation/*'
- 'startup/*'
- '.github/*'
- '.tools/*'
- '.gitattributes'
- '**/*.html'
- '**/*.md'