Re-add dispatch.
This commit is contained in:
1
.github/workflows/builds/unity.yaml
vendored
1
.github/workflows/builds/unity.yaml
vendored
@@ -1,6 +1,7 @@
|
|||||||
name: "Unity Build Workflow"
|
name: "Unity Build Workflow"
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
UNITY_COMPRESSION_LEVEL: lz4hc
|
UNITY_COMPRESSION_LEVEL: lz4hc
|
||||||
|
|||||||
6
.github/workflows/deployments/itchio.yaml
vendored
6
.github/workflows/deployments/itchio.yaml
vendored
@@ -6,6 +6,12 @@ on:
|
|||||||
description: 'Version'
|
description: 'Version'
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
version:
|
||||||
|
description: 'Version'
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_WORKFLOW_NAME: builds/unity.yaml
|
BUILD_WORKFLOW_NAME: builds/unity.yaml
|
||||||
|
|||||||
6
.github/workflows/deployments/minio.yaml
vendored
6
.github/workflows/deployments/minio.yaml
vendored
@@ -6,6 +6,12 @@ on:
|
|||||||
description: 'Version'
|
description: 'Version'
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
version:
|
||||||
|
description: 'Version'
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_WORKFLOW_NAME: builds/unity.yaml
|
BUILD_WORKFLOW_NAME: builds/unity.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user