Merge pull request #8603

6f00070 workflows: skip ci when only changing documentation (selsta)
This commit is contained in:
luigi1111 2022-12-01 01:03:24 -06:00
commit 74d82f9e47
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
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/**'