Skip to content

Export download types (#244) #205

Export download types (#244)

Export download types (#244) #205

Workflow file for this run

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