aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2022-02-21 06:39:59 -0500
committerGitHub <noreply@github.com>2022-02-21 06:39:59 -0500
commitfc7fc14bd2ab1090bd97d1836d3a472ad0ce4f97 (patch)
treeb9a1ea984a890d970cde7bc89392839e7fd79830
parent726ec7fb17aa8a86b1c2c9adc4c6abfcb350d3a7 (diff)
parent07a5a853231cd13df6aed3d4b9220e8dab1df805 (diff)
downloadrneovim-fc7fc14bd2ab1090bd97d1836d3a472ad0ce4f97.tar.gz
rneovim-fc7fc14bd2ab1090bd97d1836d3a472ad0ce4f97.tar.bz2
rneovim-fc7fc14bd2ab1090bd97d1836d3a472ad0ce4f97.zip
Merge pull request #17484 from dundargoc/ci/skip-ci-on-doc-changes
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: