ci: run docs_ci.yml checks on *every commit*, not just when .md files change.

pull/6980/head
Delyan Angelov 2020-11-27 11:52:56 +02:00
parent 636efb3c20
commit 413d14f53e
1 changed files with 3 additions and 11 deletions

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: