workflows: skip ci when only changing documentation

This commit is contained in:
selsta 2022-10-01 21:32:58 +02:00
parent fc907a9570
commit 6f000700f2
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
2 changed files with 6 additions and 0 deletions

View File

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

View File

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