Have the build workflow ignore commits containing only doc changes.
This commit is contained in:
parent
0406a680e0
commit
28df77fe42
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -1,6 +1,11 @@
|
|||
name: Build Go binaries
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/release.svg'
|
||||
- 'README.md'
|
||||
- 'CHANGELOG.md'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue
Block a user