ci: run build-module-docs, when changes to the source of the v doc tool happen too

This commit is contained in:
Delyan Angelov 2024-05-16 22:53:04 +03:00
parent 41b7e5fc21
commit f8222633fb
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -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.