mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42: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:
|
||||
- 'vlib/**.v'
|
||||
- 'vlib/**.md'
|
||||
- 'cmd/tools/vdoc/**.v'
|
||||
- '**/module_docs_ci.yml'
|
||||
push:
|
||||
paths:
|
||||
- 'vlib/**.v'
|
||||
- 'vlib/**.md'
|
||||
- 'cmd/tools/vdoc/**.v'
|
||||
- '**/module_docs_ci.yml'
|
||||
|
||||
# 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