ci: add workflow_dispatch for manual runs

This commit is contained in:
kalvinparker 2025-12-05 05:59:17 +00:00
parent 67f9016a68
commit 60cfeb7e3a

View File

@ -7,6 +7,7 @@ on:
branches: [ main, master ]
schedule:
- cron: '0 4 * * *'
workflow_dispatch:
permissions:
contents: read