summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-02-24 06:59:47 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-02-28 16:27:40 +0100
commit9db9a38565ca8ed78a5ec2f3d0363d548d9249fb (patch)
tree0917b93be4d2d2603aad322a73a9a25c5caef521 /.github
parentca60937c2e0b6b3de3d3e379fd419cdac9daecd6 (diff)
CICD: Add workflow_dispatch to enable manual builds
Which is useful when you want to test a fix without creating a PR for it.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CICD.yml1
1 files changed, 1 insertions, 0 deletions
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: