Skip to content

[Prod] GIthub Actions Split (#3) #4

[Prod] GIthub Actions Split (#3)

[Prod] GIthub Actions Split (#3) #4

Workflow file for this run

name: Build All Platforms Debug
on:
push:
branches:
- "main"
jobs:
build-windows:
secrets: inherit
uses: ./.github/workflows/debug_windows.yml
build-apple:
secrets: inherit
uses: ./.github/workflows/debug_macos.yml
build-linux:
secrets: inherit
uses: ./.github/workflows/debug_linux.yml