Add workflow_dispatch event

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2020-10-28 17:03:15 +01:00
parent 767b2f4b7b
commit 1f68ce02d7

View File

@ -1,6 +1,7 @@
name: ci name: ci
on: on:
workflow_dispatch:
schedule: schedule:
- cron: '0 10 * * *' # everyday at 10am - cron: '0 10 * * *' # everyday at 10am
push: push: