ci: restore Forgejo-compatible Windows dispatch
This commit is contained in:
parent
e93221d852
commit
652560d277
8
.github/workflows/build-windows-manual.yml
vendored
8
.github/workflows/build-windows-manual.yml
vendored
@ -1,20 +1,12 @@
|
||||
name: Build Windows GLS Team Foundation
|
||||
|
||||
# Forgejo activation marker: trigger the first push run after enabling this workflow.
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- ".github/workflows/build-windows-manual.yml"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
description: "GLS team installer version"
|
||||
required: true
|
||||
default: "0.1.7"
|
||||
type: string
|
||||
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user