From 2f16e229576a5248e68bd98a564e3855980beb30 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Thu, 14 Jul 2022 18:50:09 +0100 Subject: [PATCH] Switching single image build to workflow dispatch. --- .github/workflows/deploy-single-image.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-single-image.yml b/.github/workflows/deploy-single-image.yml index 7829c5417b..0bd5c71a40 100644 --- a/.github/workflows/deploy-single-image.yml +++ b/.github/workflows/deploy-single-image.yml @@ -1,11 +1,8 @@ name: Deploy Budibase Single Container Image to DockerHub + on: - push: - branches: - - "omnibus-action" - - "develop" - - "master" - - "main" + workflow_dispatch: + env: BASE_BRANCH: ${{ github.event.pull_request.base.ref}} BRANCH: ${{ github.event.pull_request.head.ref }}