Change trigger to workflow_dispatch in build.yml

This commit is contained in:
Izzy
2025-10-19 04:41:08 -04:00
committed by GitHub
parent ef87d6218b
commit 6f936888d1
+2 -8
View File
@@ -1,14 +1,8 @@
name: Build Cemu
on:
workflow_call:
inputs:
next_version_major:
required: false
type: string
next_version_minor:
required: false
type: string
workflow_dispatch:
env:
VCPKG_ROOT: "${{github.workspace}}/dependencies/vcpkg"