mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 10:25:16 +00:00
Probably safer to manually trigger builds instead of every push.
This commit is contained in:
parent
f0d8fdc0d6
commit
17636d083f
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