workflows: skip ci when only changing documentation

dev
selsta 2 years ago
parent fc907a9570
commit 6f000700f2
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -2,6 +2,9 @@ name: ci/gh-actions/cli
on:
push:
paths-ignore:
- 'docs/**'
- '**/README.md'
pull_request:
paths-ignore:
- 'docs/**'

@ -2,6 +2,9 @@ name: ci/gh-actions/depends
on:
push:
paths-ignore:
- 'docs/**'
- '**/README.md'
pull_request:
paths-ignore:
- 'docs/**'

Loading…
Cancel
Save