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

@ -3,8 +3,14 @@ name: Links
on: on:
push: push:
branches: branches:
- main - main
paths:
- "**.md"
- "**.html"
pull_request: pull_request:
paths:
- "**.md"
- "**.html"
jobs: jobs:
linkChecker: linkChecker: