mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: run build-module-docs, when changes to the source of the v doc
tool happen too
This commit is contained in:
parent
41b7e5fc21
commit
f8222633fb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/module_docs_ci.yml
vendored
2
.github/workflows/module_docs_ci.yml
vendored
|
@ -5,11 +5,13 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- 'vlib/**.v'
|
- 'vlib/**.v'
|
||||||
- 'vlib/**.md'
|
- 'vlib/**.md'
|
||||||
|
- 'cmd/tools/vdoc/**.v'
|
||||||
- '**/module_docs_ci.yml'
|
- '**/module_docs_ci.yml'
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'vlib/**.v'
|
- 'vlib/**.v'
|
||||||
- 'vlib/**.md'
|
- 'vlib/**.md'
|
||||||
|
- 'cmd/tools/vdoc/**.v'
|
||||||
- '**/module_docs_ci.yml'
|
- '**/module_docs_ci.yml'
|
||||||
|
|
||||||
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
|
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue