diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 735cbf166..d1b8dfc2b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,26 +3,8 @@ name: Unit Test, Lint, and Format on: pull_request: branches: [main] - paths-ignore: - - '.github/**' - - '.github/ISSUE_TEMPLATE/**' - - '.cursor/**' - - '.husky/**' - - '.vscode/**' - - '.claude/**' - - 'CLAUDE.md' - - '*_example' push: branches: [main] - paths-ignore: - - '.github/**' - - '.github/ISSUE_TEMPLATE/**' - - '.cursor/**' - - '.husky/**' - - '.vscode/**' - - '.claude/**' - - 'CLAUDE.md' - - '*_example' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/debug_all.yml b/.github/workflows/debug_all.yml index 6c54ac61c..7a3d207f6 100644 --- a/.github/workflows/debug_all.yml +++ b/.github/workflows/debug_all.yml @@ -3,42 +3,8 @@ name: Build - All Platforms on: pull_request: branches: [main] - paths-ignore: - - '.github/**' - - '.prettierrc' - - '.eslintrc.json' - - '.prettierignore' - - 'README.md' - - '.husky/**' - - '.vscode/**' - - 'scripts/**' - - '.gitignore' - - 'todesktop.json' - - '.github/ISSUE_TEMPLATE/**' - - '.cursor/**' - - '.claude/**' - - 'CLAUDE.md' - - '*_example' - - 'tests/unit/**' push: branches: [main] - paths-ignore: - - '.github/**' - - '.prettierrc' - - '.eslintrc.json' - - '.prettierignore' - - 'README.md' - - '.husky/**' - - '.vscode/**' - - 'scripts/**' - - '.gitignore' - - 'todesktop.json' - - '.github/ISSUE_TEMPLATE/**' - - '.cursor/**' - - '.claude/**' - - 'CLAUDE.md' - - '*_example' - - 'tests/unit/**' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}