summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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