mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
ci: remove src/nvim/**.lua from docgen pattern
After #17623 this pattern is no longer necessary.
This commit is contained in:
parent
2e36117840
commit
fc3bff6b7e
1
.github/workflows/api-docs-check.yml
vendored
1
.github/workflows/api-docs-check.yml
vendored
@ -6,7 +6,6 @@ on:
|
||||
- 'marvim/api-doc-update**'
|
||||
paths:
|
||||
- 'src/nvim/api/*.[ch]'
|
||||
- 'src/nvim/**.lua'
|
||||
- 'runtime/lua/**.lua'
|
||||
|
||||
jobs:
|
||||
|
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'
|
||||
|
Loading…
Reference in New Issue
Block a user