From d15f856f71fa9e239907bfd87f989bf49103403e Mon Sep 17 00:00:00 2001 From: Jesus Samitier Date: Fri, 3 Nov 2023 11:51:22 +0100 Subject: [PATCH] run build from other branches --- .github/workflows/build.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 93661913..ca8a5b17 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -5,6 +5,12 @@ name: Build on: push: branches: [ build ] + workflow_dispatch: + inputs: + branch: + description: 'Branch you want to build' + required: true + default: 'build' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -27,4 +33,4 @@ jobs: tag_name: dev target: ${{ matrix.docker }} repository: us-docker.pkg.dev - dockerfile: "./build/Dockerfile" \ No newline at end of file + dockerfile: "./build/Dockerfile"