Don't do github actions builds for documentation changes in pull requests

This commit is contained in:
Kevin Peterson
2022-05-12 09:47:42 -05:00
parent 32ce3cbfd8
commit 949cbcf393

View File

@@ -18,6 +18,11 @@ on:
branches: branches:
- master - master
pull_request: pull_request:
paths-ignore:
- 'documentation/*'
- '**/*.html'
- '**/*.md'
- '.github/workflows/ci-scripts-build-full.yml'
env: env:
SETUP_PATH: .ci-local:.ci SETUP_PATH: .ci-local:.ci