Skip to content

Feature: Restart Electron API in menu + add to electron API (#65) #80

Feature: Restart Electron API in menu + add to electron API (#65)

Feature: Restart Electron API in menu + add to electron API (#65) #80

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