Exclude documentation from CI tests (#28)

pull/29/head
Josh Gross 5 years ago committed by GitHub
parent fc310d4670
commit aae1376422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save