mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 14:04:17 -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
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…
Add table
Add a link
Reference in a new issue