aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDundar Göc <gocdundar@gmail.com>2022-02-21 10:12:07 +0100
committerDundar Göc <gocdundar@gmail.com>2022-02-21 10:12:07 +0100
commit07a5a853231cd13df6aed3d4b9220e8dab1df805 (patch)
treeb9a1ea984a890d970cde7bc89392839e7fd79830
parent726ec7fb17aa8a86b1c2c9adc4c6abfcb350d3a7 (diff)
downloadrneovim-07a5a853231cd13df6aed3d4b9220e8dab1df805.tar.gz
rneovim-07a5a853231cd13df6aed3d4b9220e8dab1df805.tar.bz2
rneovim-07a5a853231cd13df6aed3d4b9220e8dab1df805.zip
ci: skip ci workflow on only documentation changes
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2deadb0c4b..9bc2e64475 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,6 +9,8 @@ on:
branches:
- 'master'
- 'release-[0-9]+.[0-9]+'
+ paths-ignore:
+ - 'runtime/doc/*'
# Cancel any in-progress CI runs for a PR if it is updated
concurrency: