ci: add workflow_dispatch as workflow trigger

This commit is contained in:
2025-01-20 20:35:08 +01:00
parent 8b0f417141
commit 4ce202ec4d

View File

@@ -3,6 +3,7 @@ name: Update Client
on: on:
schedule: schedule:
- cron: "@weekly" - cron: "@weekly"
workflow_dispatch:
jobs: jobs:
update-client: update-client: