Skip to content

Commit e35d674

Browse files
committed
Add remote trigger
1 parent bece5d7 commit e35d674

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate-redirector-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: "Update redirector YAML config"
22
# Trigger this workflow on a manual dispatch or a scheduled time
33
on:
4+
repository_dispatch:
5+
types: ["Redirector update"]
46
schedule:
57
- cron: '0 * * * *' # Run every hour
68
workflow_dispatch: # Manually triggered via GitHub Actions UI

0 commit comments

Comments
 (0)