Skip to content

[chore] Update frontend to 1.6.0 #658

[chore] Update frontend to 1.6.0

[chore] Update frontend to 1.6.0 #658

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
build-linux-debug-all:
secrets: inherit
uses: ./.github/workflows/debug_linux.yml