Don't make a new release when we change docs

This commit is contained in:
Paul Pacheco 2018-10-17 19:27:43 -05:00
parent 35b27dbd03
commit bd45350892

View File

@ -29,6 +29,11 @@ after_test:
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
bash codecov.sh -f "coverage.xml"
skip_commits:
files:
- '**/*.md'
- '**/*.txt'
deploy:
description: 'This is a bleeding edge release. BACKUP BEFORE USING THIS AUTOMATED BUILD'
provider: GitHub