ci: add workflow_dispatch as workflow trigger
This commit is contained in:
@@ -3,6 +3,7 @@ name: Update Client
|
||||
on:
|
||||
schedule:
|
||||
- cron: "@weekly"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update-client:
|
||||
|
||||
Reference in New Issue
Block a user