Exclude documentation from CI tests

This commit is contained in:
Josh Gross 2019-10-31 17:09:27 -04:00 committed by GitHub
parent 287ee0671b
commit 379e93f6de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- master
paths-ignore:
- '**/*.md'
jobs:
test: