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
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.md'
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
markdown-link-check:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue