mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-24 13:20:19 +08:00
Probably safer to manually trigger builds instead of every push.
This commit is contained in:
parent
a01ea06d82
commit
09bcc6b0b4
7
.github/workflows/windows_release.yml
vendored
7
.github/workflows/windows_release.yml
vendored
@ -1,9 +1,10 @@
|
|||||||
name: "Windows Release"
|
name: "Windows Release"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches:
|
# push:
|
||||||
- master
|
# branches:
|
||||||
|
# - master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user