ci: enable manual trigger

This commit is contained in:
CrazyMax 2025-01-24 13:46:04 +01:00
parent 24b3f59caf
commit d6f3f37983
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4
3 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true
on:
workflow_dispatch:
schedule:
- cron: '0 10 * * *'
push:

View File

@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- 'main'

View File

@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- 'main'