Re-add dispatch.

This commit is contained in:
2025-07-11 00:58:23 -07:00
parent 85a6f178de
commit 0210ee8d22
3 changed files with 13 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
name: "Unity Build Workflow"
on:
workflow_call:
workflow_dispatch:
env:
UNITY_COMPRESSION_LEVEL: lz4hc

View File

@@ -6,6 +6,12 @@ on:
description: 'Version'
required: true
type: string
workflow_dispatch:
inputs:
version:
description: 'Version'
required: true
type: string
env:
BUILD_WORKFLOW_NAME: builds/unity.yaml

View File

@@ -6,6 +6,12 @@ on:
description: 'Version'
required: true
type: string
workflow_dispatch:
inputs:
version:
description: 'Version'
required: true
type: string
env:
BUILD_WORKFLOW_NAME: builds/unity.yaml