fix(desktop): complete symlink support implementation and enable CI for PRs (#7113)

This commit is contained in:
Jérôme Benoit 2026-01-09 15:43:49 +01:00 committed by GitHub
parent 0433d4d064
commit b1e381cff7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 7 deletions

View file

@ -9,6 +9,13 @@ on:
- "nix/**"
- "packages/app/**"
- "packages/desktop/**"
pull_request:
paths:
- "flake.nix"
- "flake.lock"
- "nix/**"
- "packages/app/**"
- "packages/desktop/**"
workflow_dispatch:
jobs: