mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-14 10:59:24 -04:00
Run link checker only when Markdown & HTML files have been changed
This commit is contained in:
parent
2dfa591c41
commit
3c7d76f5a6
1 changed files with 7 additions and 1 deletions
8
.github/workflows/check-links.yml
vendored
8
.github/workflows/check-links.yml
vendored
|
@ -3,8 +3,14 @@ name: Links
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- main
|
||||
paths:
|
||||
- "**.md"
|
||||
- "**.html"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.md"
|
||||
- "**.html"
|
||||
|
||||
jobs:
|
||||
linkChecker:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue