ci: remove src/nvim/**.lua from docgen pattern

After #17623 this pattern is no longer necessary.
This commit is contained in:
zeertzjq 2022-03-24 11:35:24 +08:00
parent 2e36117840
commit fc3bff6b7e
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'