Run link checker when submitting PR reviews

Needed to trigger a check for automatically created PR's from other workflows (e.g. link updater).
This commit is contained in:
tooomm 2025-07-17 19:48:12 +02:00 committed by GitHub
parent c9e635da50
commit 4d1bb79e18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,8 @@ on:
paths:
- '.github/workflows/check_links.yml'
- '**.xml'
pull_request_review:
types: [ submitted ]
workflow_dispatch:
schedule:
# Runs at the start of each month (UTC)