mirror of
https://github.com/Cockatrice/Magic-Token.git
synced 2026-03-21 17:46:06 -05:00
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:
parent
c9e635da50
commit
4d1bb79e18
2
.github/workflows/check_links.yml
vendored
2
.github/workflows/check_links.yml
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user