Skip to content

Commit 5a56a61

Browse files
committed
[CI] Remove duplicate build CI task
- Windows build is also performed in the "integration" test workflow - Adds PR/push triggers to Mac build workflow - Fixes husky path ignore missing leading full stop
1 parent c9751d4 commit 5a56a61

File tree

2 files changed

+24
-37
lines changed

2 files changed

+24
-37
lines changed

.github/workflows/debug_all.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/debug_macos.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@ name: Build App Macos Debug
33
on:
44
workflow_dispatch:
55
workflow_call:
6+
pull_request:
7+
branches: [main]
8+
paths-ignore:
9+
- '.prettierrc'
10+
- '.eslintrc.json'
11+
- '.prettierignore'
12+
- 'README.md'
13+
- '.husky/**'
14+
- '.vscode/**'
15+
- 'scripts/**'
16+
- '.gitignore'
17+
- 'todesktop.json'
18+
push:
19+
branches: [main]
20+
paths-ignore:
21+
- '.prettierrc'
22+
- '.eslintrc.json'
23+
- '.prettierignore'
24+
- 'README.md'
25+
- '.husky/**'
26+
- '.vscode/**'
27+
- 'scripts/**'
28+
- '.gitignore'
29+
- 'todesktop.json'
630

731
jobs:
832
build-macos-debug:

0 commit comments

Comments
 (0)