summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-05-21 08:28:32 -0700
committerGitHub <noreply@github.com>2020-05-22 01:28:32 +1000
commit3d2111b6c704de713260f82492fe6a1676f1d634 (patch)
treec1ac4cbb9b16679199b696b9b1e10896aece1769 /.github
parent9e53c7dec4fbefe1908e001f5e91345f7792f2bd (diff)
Fix paths to trigger docs CI workflow (#9128)
* Change paths in workflow and add test link * Remove fake link
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 1e38c6fbc7..21daacb72d 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -5,10 +5,10 @@ on:
branches:
- master
paths:
- - '*.md'
+ - '**.md'
pull_request:
paths:
- - '*.md'
+ - '**.md'
jobs:
markdown-link-check:
name: Broken Links