mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Change trigger to workflow_dispatch in build.yml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user