mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-24 14:22:14 -05:00
Run link checker only when Markdown & HTML files have been changed
This commit is contained in:
parent
2dfa591c41
commit
3c7d76f5a6
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…
Reference in New Issue
Block a user