workflows: skip ci when only changing documentation
This commit is contained in:
parent
fc907a9570
commit
6f000700f2
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -2,6 +2,9 @@ name: ci/gh-actions/cli
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '**/README.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
|
3
.github/workflows/depends.yml
vendored
3
.github/workflows/depends.yml
vendored
@ -2,6 +2,9 @@ name: ci/gh-actions/depends
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '**/README.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
|
Loading…
Reference in New Issue
Block a user