Added workflows dispatch for testing. #17

Merged
Philipp merged 1 commits from add-trigger into main 2023-11-19 23:38:56 +01:00

View File

@ -3,6 +3,7 @@ name: Auto Maintenance Cycle
on:
schedule:
- cron: '* 1 * * *'
workflow_dispatch:
jobs:
auto-update: