feat: add beta branch sync workflow for contributor PRs (#11190)

This commit is contained in:
Dax 2026-01-29 15:02:36 -05:00 committed by GitHub
parent 33311e9950
commit cd4075faf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 171 additions and 0 deletions

View file

@ -1,6 +1,15 @@
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"