mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-25 23:06:08 -05:00
Run link checker only when Markdown & HTML files have been changed
This commit is contained in:
parent
2dfa591c41
commit
3c7d76f5a6
6
.github/workflows/check-links.yml
vendored
6
.github/workflows/check-links.yml
vendored
@ -4,7 +4,13 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "**.md"
|
||||
- "**.html"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.md"
|
||||
- "**.html"
|
||||
|
||||
jobs:
|
||||
linkChecker:
|
||||
|
Loading…
x
Reference in New Issue
Block a user