Skip to content

Match URL constant value to compiled requirements (#876) #1349

Match URL constant value to compiled requirements (#876)

Match URL constant value to compiled requirements (#876) #1349

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