Skip to content

Commit

Permalink
Feature/no ref/add ci (#22)
Browse files Browse the repository at this point in the history
* add build

* [WIP] change how build is triggered
  • Loading branch information
KaiWaldrant authored Aug 7, 2024
1 parent 3cdcbc9 commit 6cee617
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cee617

Please sign in to comment.