mirror of
https://github.com/monero-project/monero.git
synced 2025-01-11 05:14:36 +00:00
workflows: skip ci when only changing documentation
This commit is contained in:
parent
fc907a9570
commit
6f000700f2
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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
- '**/README.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
|
3
.github/workflows/depends.yml
vendored
3
.github/workflows/depends.yml
vendored
|
@ -2,6 +2,9 @@ name: ci/gh-actions/depends
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
- '**/README.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
|
Loading…
Reference in a new issue