From f99c6772081ce604e3241c7168e2a3159a5f4f27 Mon Sep 17 00:00:00 2001 From: Elsa Culler Date: Thu, 13 Apr 2023 12:57:26 -0600 Subject: [PATCH] Update build-push-image.yml --- .github/workflows/build-push-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-push-image.yml b/.github/workflows/build-push-image.yml index 3dd09fb..5b98344 100644 --- a/.github/workflows/build-push-image.yml +++ b/.github/workflows/build-push-image.yml @@ -1,6 +1,6 @@ # This build will build and push the image to docker hub upon a commit to the # main branch only -name: Push to Docker Hub from Main Branch +name: Push to Docker Hub on: workflow_dispatch