mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 04:59:51 +00:00
feat: add beta branch sync workflow for contributor PRs (#11190)
This commit is contained in:
parent
33311e9950
commit
cd4075faf6
4 changed files with 171 additions and 0 deletions
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue