mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: run docs_ci.yml checks on *every commit*, not just when .md files change.
This commit is contained in:
parent
636efb3c20
commit
413d14f53e
14
.github/workflows/docs_ci.yml
vendored
14
.github/workflows/docs_ci.yml
vendored
@ -1,16 +1,8 @@
|
||||
name: Docs CI
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- ".github/workflows/docs_ci.yml"
|
||||
- "cmd/tools/check-md.v"
|
||||
- "**.md"
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/docs_ci.yml"
|
||||
- "cmd/tools/check-md.v"
|
||||
- "**.md"
|
||||
### Run on *EVERY* commit. The documentation *SHOULD* stay valid, and
|
||||
### the developers should receive early warning if they break it.
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
check-markdown:
|
||||
|
Loading…
Reference in New Issue
Block a user