CICD: Add workflow_dispatch to enable manual builds

Which is useful when you want to test a fix without creating a PR for
it.
This commit is contained in:
Martin Nordholts 2021-02-24 06:59:47 +01:00 committed by David Peter
parent ca60937c2e
commit 9db9a38565
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ env:
CICD_INTERMEDIATES_DIR: "_cicd-intermediates"
on:
workflow_dispatch:
pull_request:
push:
branches: