Allow to run CI manually

This commit is contained in:
ErickSkrauch 2024-01-23 21:52:53 +01:00
parent 3ae7caa6ba
commit 8035787d87
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

View File

@ -3,6 +3,7 @@ name: CI
on: on:
push: push:
pull_request: pull_request:
workflow_dispatch:
schedule: schedule:
- cron: '0 2 * * *' - cron: '0 2 * * *'