Merge pull request #8603

6f00070 workflows: skip ci when only changing documentation (selsta)
pull/8659/head
luigi1111 2 years ago
commit 74d82f9e47
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -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