@@ -1,15 +1,6 @@
name: nix-desktop
on:
- push:
- branches: [dev]
- paths:
- - "flake.nix"
- - "flake.lock"
- - "nix/**"
- - "packages/app/**"
- - "packages/desktop/**"
- - ".github/workflows/nix-desktop.yml"
pull_request:
paths:
- "flake.nix"
@@ -1,9 +1,6 @@
name: test
- branches:
- - dev
workflow_dispatch:
jobs:
@@ -20,7 +17,6 @@ jobs:
command: |
git config --global user.email "[email protected]"
git config --global user.name "opencode"
- bun turbo typecheck
bun turbo test
- name: windows
host: windows-latest