Skip to content

Update ComfyUI to 0.3.9 (#547) #689

Update ComfyUI to 0.3.9 (#547)

Update ComfyUI to 0.3.9 (#547) #689

Workflow file for this run

name: Build All Platforms Debug
on:
pull_request:
branches:
- 'main'
paths-ignore:
- '.prettierrc'
- '.eslintrc.json'
- '.prettierignore'
- 'README.md'
- 'husky/**'
- '.vscode/**'
- 'scripts/**'
- '.gitignore'
- 'todesktop.json'
push:
branches:
- 'main'
paths-ignore:
- '.prettierrc'
- '.eslintrc.json'
- '.prettierignore'
- 'README.md'
- 'husky/**'
- '.vscode/**'
- 'scripts/**'
- '.gitignore'
- 'todesktop.json'
jobs:
build-windows-debug-all:
secrets: inherit
uses: ./.github/workflows/debug_windows.yml
build-apple-debug-all:
secrets: inherit
uses: ./.github/workflows/debug_macos.yml
build-linux-debug-all:
secrets: inherit
uses: ./.github/workflows/debug_linux.yml