Added worklfow_dispatch

This commit is contained in:
XargonWan 2024-11-05 15:15:54 +09:00
parent 01f5a6732f
commit 0482617e02

View file

@ -2,6 +2,7 @@ name: "Sync with Upstream and Create PR"
on:
workflow_call:
workflow_dispatch:
schedule:
- cron: "30 0 * * *" # Run every day at 00:30 UTC (9:30 JST)