Merge pull request #17838 from zeertzjq/ci-docgen-no-src-lua

ci: remove src/nvim/**.lua from docgen pattern
This commit is contained in:
bfredl
2022-03-24 14:20:03 +01:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ on:
- 'marvim/api-doc-update**'
paths:
- 'src/nvim/api/*.[ch]'
- 'src/nvim/**.lua'
- 'runtime/lua/**.lua'
jobs:

View File

@@ -6,7 +6,6 @@ on:
push:
paths:
- 'src/nvim/api/*.[ch]'
- 'src/nvim/**.lua'
- 'runtime/lua/**.lua'
branches:
- 'master'