From ad41ce02d83244ba77b1895d0251840153ea1542 Mon Sep 17 00:00:00 2001 From: Jelle Treep <40466121+jelletreep@users.noreply.github.com> Date: Thu, 16 May 2024 13:00:29 +0200 Subject: [PATCH] Update check_links.yml --- .github/workflows/check_links.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 1cdb2877..1036093f 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -1,6 +1,9 @@ name: Check Markdown links -on: push +on: + push: + paths: + - '**.md' jobs: markdown-link-check: