Skip to content

Merge branch 'main' of github.com:Comfy-Org/electron #86

Merge branch 'main' of github.com:Comfy-Org/electron

Merge branch 'main' of github.com:Comfy-Org/electron #86

Workflow file for this run

name: Build All Platforms Debug
on:
push:
branches:
- 'main'
paths-ignore:
- '.github/**'
- '.prettierrc'
- '.eslintrc.json'
- '.prettierignore'
- 'package.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