From 6cee6171a330fb4eca1e81ec2dc7c62bee0c647a Mon Sep 17 00:00:00 2001 From: Kai Waldrant Date: Wed, 7 Aug 2024 10:22:52 +0200 Subject: [PATCH] Feature/no ref/add ci (#22) * add build * [WIP] change how build is triggered --- .github/workflows/build.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1ae0dd6..fcbdd67 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -4,18 +4,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true -on: - workflow_call: - inputs: - version: - type: string - description: | - The version of the project to build. Example: `1.0.3`. - - If not provided, a development build with a version name - based on the branch name will be built. Otherwise, a release - build with the provided version will be built. - required: false +on: workflow_dispatch jobs: # phase 1