ci: allow commits on top of beta PRs (#11924)

This commit is contained in:
Caleb Norton
2026-02-18 00:20:05 -06:00
committed by GitHub
parent e96f6385c2
commit 6eb043aedb
2 changed files with 9 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ permissions:
on:
workflow_dispatch:
push:
branches: [dev]
branches: [dev, beta]
paths:
- "bun.lock"
- "package.json"