update docs-check workflow
This commit is contained in:
parent
4e8ec53b95
commit
98e5ebbbab
1 changed files with 1 additions and 7 deletions
8
.github/workflows/docs-check.yml
vendored
8
.github/workflows/docs-check.yml
vendored
|
@ -1,11 +1,5 @@
|
||||||
name: Check markdown links
|
name: Check markdown links
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- '**.md'
|
|
||||||
pull_request:
|
|
||||||
paths:
|
|
||||||
- '**.md'
|
|
||||||
jobs:
|
jobs:
|
||||||
markdown-link-check:
|
markdown-link-check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue