Allow to run CI manually

This commit is contained in:
ErickSkrauch
2024-01-23 21:52:53 +01:00
parent 3ae7caa6ba
commit 8035787d87

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 * * *'