mirror of
https://github.com/neovim/neovim.git
synced 2026-05-02 03:55:00 +00:00
ci: remove src/nvim/**.lua from docgen pattern
After #17623 this pattern is no longer necessary.
This commit is contained in:
1
.github/workflows/api-docs.yml
vendored
1
.github/workflows/api-docs.yml
vendored
@@ -6,7 +6,6 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/nvim/api/*.[ch]'
|
||||
- 'src/nvim/**.lua'
|
||||
- 'runtime/lua/**.lua'
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
Reference in New Issue
Block a user