diff --git a/.github/workflows/debug_all.yml b/.github/workflows/debug_all.yml deleted file mode 100644 index 312270b4..00000000 --- a/.github/workflows/debug_all.yml +++ /dev/null @@ -1,37 +0,0 @@ -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 diff --git a/.github/workflows/debug_macos.yml b/.github/workflows/debug_macos.yml index 101bacef..0d5f8f23 100644 --- a/.github/workflows/debug_macos.yml +++ b/.github/workflows/debug_macos.yml @@ -3,6 +3,30 @@ name: Build App Macos Debug on: workflow_dispatch: workflow_call: + 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-macos-debug: