From 9db9a38565ca8ed78a5ec2f3d0363d548d9249fb Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Wed, 24 Feb 2021 06:59:47 +0100 Subject: [PATCH] CICD: Add workflow_dispatch to enable manual builds Which is useful when you want to test a fix without creating a PR for it. --- .github/workflows/CICD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index eb4bdbf9..0c4c20fd 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -5,6 +5,7 @@ env: CICD_INTERMEDIATES_DIR: "_cicd-intermediates" on: + workflow_dispatch: pull_request: push: branches: