1
0
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:
Delyan Angelov 2020-11-27 11:52:56 +02:00
parent 636efb3c20
commit 413d14f53e

View File

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