diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-03-24 11:35:24 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2022-03-24 11:35:24 +0800 |
| commit | fc3bff6b7ea4cec14e82814b60168a5e2a216a21 (patch) | |
| tree | 7fc7fa1e9b7f5ebd7bd24fa683d4a9c33524ace4 | |
| parent | 2e3611784011a82be239341c00d435cb7cf7b711 (diff) | |
| download | rneovim-fc3bff6b7ea4cec14e82814b60168a5e2a216a21.tar.gz rneovim-fc3bff6b7ea4cec14e82814b60168a5e2a216a21.tar.bz2 rneovim-fc3bff6b7ea4cec14e82814b60168a5e2a216a21.zip | |
ci: remove src/nvim/**.lua from docgen pattern
After #17623 this pattern is no longer necessary.
| -rw-r--r-- | .github/workflows/api-docs-check.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/api-docs.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/api-docs-check.yml b/.github/workflows/api-docs-check.yml index bcbc631172..46922391f5 100644 --- a/.github/workflows/api-docs-check.yml +++ b/.github/workflows/api-docs-check.yml @@ -6,7 +6,6 @@ on: - 'marvim/api-doc-update**' paths: - 'src/nvim/api/*.[ch]' - - 'src/nvim/**.lua' - 'runtime/lua/**.lua' jobs: diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index 7550af6fef..561524f64a 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -6,7 +6,6 @@ on: push: paths: - 'src/nvim/api/*.[ch]' - - 'src/nvim/**.lua' - 'runtime/lua/**.lua' branches: - 'master' |