1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

Switching single image build to workflow dispatch.

This commit is contained in:
mike12345567 2022-07-14 18:50:09 +01:00
parent 3afbc58b4b
commit 2f16e22957

View file

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