diff options
| author | Caleb Norton <[email protected]> | 2026-02-18 00:20:05 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-18 00:20:05 -0600 |
| commit | 6eb043aedb81705aa2fa47629d8c778c16b307f9 (patch) | |
| tree | 60e7ec1a55d3b870a877701473d050f0f5a6e16c /.github | |
| parent | e96f6385c20ddd7d2101f59bdd77a1ac58b1bd52 (diff) | |
| download | opencode-6eb043aedb81705aa2fa47629d8c778c16b307f9.tar.gz opencode-6eb043aedb81705aa2fa47629d8c778c16b307f9.zip | |
ci: allow commits on top of beta PRs (#11924)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nix-hashes.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nix-hashes.yml b/.github/workflows/nix-hashes.yml index 894dbf47b..2529c14c2 100644 --- a/.github/workflows/nix-hashes.yml +++ b/.github/workflows/nix-hashes.yml @@ -6,7 +6,7 @@ permissions: on: workflow_dispatch: push: - branches: [dev] + branches: [dev, beta] paths: - "bun.lock" - "package.json" |
