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
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/**'