Skip to content

Commit

Permalink
[CI] Remove duplicate build CI task
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
webfiltered committed Feb 12, 2025
1 parent c9751d4 commit 5a56a61
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 37 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/debug_all.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/debug_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5a56a61

Please sign in to comment.