diff options
author | luigi1111 <luigi1111w@gmail.com> | 2022-12-01 01:03:24 -0600 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2022-12-01 01:03:24 -0600 |
commit | 74d82f9e4757721cec5687943242750939fca2bc (patch) | |
tree | 1ad4725eee4e4ccaaf8b68015f38c37a10345c83 /.github/workflows/depends.yml | |
parent | Merge pull request #8602 (diff) | |
parent | workflows: skip ci when only changing documentation (diff) | |
download | monero-74d82f9e4757721cec5687943242750939fca2bc.tar.xz |
Merge pull request #8603
6f00070 workflows: skip ci when only changing documentation (selsta)
Diffstat (limited to '.github/workflows/depends.yml')
-rw-r--r-- | .github/workflows/depends.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/depends.yml b/.github/workflows/depends.yml index ae780c663..6228266cf 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/**' |