From 110e9d09ceb567874e904d3bbdae33811f15ebf1 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:46:55 -0400 Subject: [PATCH] allow running from dispatch --- .github/workflows/build_container.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml index 1b6df0e..7200fea 100644 --- a/.github/workflows/build_container.yml +++ b/.github/workflows/build_container.yml @@ -12,7 +12,8 @@ jobs: build-container: if: > github.event_name == 'push' || - github.event_name == 'issue_comment' + github.event_name == 'issue_comment' || + github.event_name == 'workflow_dispatch' name: Build Container Image env: JOB_NAME: Build Container Image