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 }}