Skip to content

Commit

Permalink
Don't do github actions builds for documentation changes in pull requ…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
kmpeters committed May 12, 2022
1 parent 082d604 commit 5f44a12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ on:
branches:
- master
pull_request:
paths-ignore:
- 'documentation/*'
- '**/*.html'
- '**/*.md'
- '.github/workflows/ci-scripts-build-full.yml'

env:
SETUP_PATH: .ci-local:.ci
Expand Down

0 comments on commit 5f44a12

Please sign in to comment.