feat: add beta branch sync workflow for contributor PRs (#11190)
This commit is contained in:
9
.github/workflows/nix-desktop.yml.disabled
vendored
9
.github/workflows/nix-desktop.yml.disabled
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user