Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/no-ref/add-co…
Browse files Browse the repository at this point in the history
…mp-src
  • Loading branch information
KaiWaldrant committed Aug 7, 2024
2 parents 5436bdb + 6cee617 commit 774681a
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 774681a

Please sign in to comment.