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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"