diff --git a/.github/workflows/test-build-deploy.yml b/.github/workflows/test-build-deploy.yml index 983a19e..e24848d 100644 --- a/.github/workflows/test-build-deploy.yml +++ b/.github/workflows/test-build-deploy.yml @@ -1,9 +1,19 @@ name: Test, Build and Deploy on: + workflow_dispatch: + inputs: + branch: + description: 'Branch to build' + required: true + type: choice + options: + - master + - refs/remotes/** + push: branches: - - master + - develop/* pull_request: branches: - master