Run workflow on workflow_dispatch event

This allows us to trigger a branch build from the master branch on schedule.
This commit is contained in:
Philipp Oppermann
2020-08-16 18:01:58 +02:00
parent 3fb4695f6c
commit 6ad573bb11

View File

@@ -10,6 +10,7 @@ on:
schedule:
- cron: '40 3 * * *' # every day at 3:40
pull_request:
workflow_dispatch:
jobs:
check: