Run link checker only when Markdown & HTML files have been changed

This commit is contained in:
Nils Hanke 2022-09-05 09:49:10 +02:00 committed by Nils Hanke
parent 2dfa591c41
commit 3c7d76f5a6

View File

@ -4,7 +4,13 @@ on:
push: push:
branches: branches:
- main - main
paths:
- "**.md"
- "**.html"
pull_request: pull_request:
paths:
- "**.md"
- "**.html"
jobs: jobs:
linkChecker: linkChecker: