mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
ci: allow commits on top of beta PRs (#11924)
This commit is contained in:
parent
e96f6385c2
commit
6eb043aedb
2 changed files with 9 additions and 4 deletions
2
.github/workflows/nix-hashes.yml
vendored
2
.github/workflows/nix-hashes.yml
vendored
|
|
@ -6,7 +6,7 @@ permissions:
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [dev]
|
||||
branches: [dev, beta]
|
||||
paths:
|
||||
- "bun.lock"
|
||||
- "package.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue