@cryptotaxi247 / netdata-1 / commits / 3d2111b6c

Fix paths to trigger docs CI workflow (#9128)

* Change paths in workflow and add test link * Remove fake link

Joel Hans committed May 21, 2020 at 08:28 UTC 3d2111b6c704de713260f82492fe6a1676f1d634
1 file changed +2 -2
.github/workflows/docs.yml
+2 -2
@@ -5,10 +5,10 @@ on:
5 branches:
6 - master
7 paths:
8 - - '*.md'
8 + - '**.md'
9 pull_request:
10 paths:
11 - - '*.md'
11 + - '**.md'
12 jobs:
13 markdown-link-check:
14 name: Broken Links