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
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"