Have the build workflow ignore commits containing only doc changes.

This commit is contained in:
Sean E. Russell 2020-05-13 12:29:09 -05:00
parent 0406a680e0
commit 28df77fe42

View File

@ -1,6 +1,11 @@
name: Build Go binaries name: Build Go binaries
on: push on:
push:
paths-ignore:
- 'docs/release.svg'
- 'README.md'
- 'CHANGELOG.md'
jobs: jobs:
build: build: