mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #8603
6f00070
workflows: skip ci when only changing documentation (selsta)
This commit is contained in:
commit
74d82f9e47
2 changed files with 6 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -2,6 +2,9 @@ name: ci/gh-actions/cli
|
|||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '**/README.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
|
|
3
.github/workflows/depends.yml
vendored
3
.github/workflows/depends.yml
vendored
|
@ -2,6 +2,9 @@ name: ci/gh-actions/depends
|
|||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '**/README.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue