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