aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2022-10-01 21:32:58 +0200
committerselsta <selsta@sent.at>2022-10-01 21:32:58 +0200
commit6f000700f2a39dec86270a851a23aa097f8a6548 (patch)
treed4e839f68dec3b4571e443348fbb4b8aee2f2e08 /.github/workflows
parentMerge pull request #8587 (diff)
downloadmonero-6f000700f2a39dec86270a851a23aa097f8a6548.tar.xz
workflows: skip ci when only changing documentation
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml3
-rw-r--r--.github/workflows/depends.yml3
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3b327374d..e7cf11518 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,6 +2,9 @@ name: ci/gh-actions/cli
on:
push:
+ paths-ignore:
+ - 'docs/**'
+ - '**/README.md'
pull_request:
paths-ignore:
- 'docs/**'
diff --git a/.github/workflows/depends.yml b/.github/workflows/depends.yml
index 2c809d0a5..bd4e1ff0e 100644
--- a/.github/workflows/depends.yml
+++ b/.github/workflows/depends.yml
@@ -2,6 +2,9 @@ name: ci/gh-actions/depends
on:
push:
+ paths-ignore:
+ - 'docs/**'
+ - '**/README.md'
pull_request:
paths-ignore:
- 'docs/**'