forked from molecule-ai/molecule-core
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:
parent
e231c74701
commit
8562ef8f46
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user