mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Create manual-build-apple.yml
This commit is contained in:
15
.github/workflows/manual-build-apple.yml
vendored
Normal file
15
.github/workflows/manual-build-apple.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Manual Build Apple
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
ref:
|
||||
description: "Git ref (branch, tag, or commit) to build"
|
||||
required: true
|
||||
default: main
|
||||
|
||||
jobs:
|
||||
call_build_apple:
|
||||
uses: ./.github/workflows/build-apple.yaml
|
||||
with:
|
||||
ref: ${{ github.event.inputs.ref }}
|
||||
Reference in New Issue
Block a user