From a56fc34100591e73a6e91c6ee271180af12c73a3 Mon Sep 17 00:00:00 2001 From: Kevin Ge Date: Mon, 5 Feb 2024 17:57:31 -0600 Subject: [PATCH] fix: add manual dispatch for docker image push --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3fc96543..d56bfcd2 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,9 @@ # Automatically build and test all packages in our workspace name: Build and Test -on: pull_request +on: + pull_request: + workflow_dispatch: jobs: build_and_test: