fix(ci): add staging branch to CI triggers

PRs targeting staging got no CI because the workflow only triggered
on main. Now runs on both main and staging pushes + PRs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
rabbitblood 2026-04-18 01:08:23 -07:00
parent e231c74701
commit 8562ef8f46

View File

@ -2,9 +2,9 @@ name: CI
on:
push:
branches: [main]
branches: [main, staging]
pull_request:
branches: [main]
branches: [main, staging]
jobs:
# Detect which paths changed so downstream jobs can skip when only