mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
ci: skip ci workflow on only documentation changes
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -9,6 +9,8 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
- 'release-[0-9]+.[0-9]+'
|
- 'release-[0-9]+.[0-9]+'
|
||||||
|
paths-ignore:
|
||||||
|
- 'runtime/doc/*'
|
||||||
|
|
||||||
# Cancel any in-progress CI runs for a PR if it is updated
|
# Cancel any in-progress CI runs for a PR if it is updated
|
||||||
concurrency:
|
concurrency:
|
||||||
|
Reference in New Issue
Block a user