Skip to content

Conversation

@metaversedance
Copy link
Collaborator

Summary

  • Add develop to pull_request triggers in ci.yml and pr-check.yml so feature PRs get CI validation
  • Document the feature/* → develop → master branching strategy in docs/BRANCHING.md
  • Include gh api commands for setting up branch protection rules

Changes

  • .github/workflows/ci.yml — Added develop to pull_request.branches (push triggers already included develop)
  • .github/workflows/pr-check.yml — Added develop to pull_request.branches
  • docs/BRANCHING.md — New file documenting branch model, CI check matrix, and branch protection setup

Test plan

  • Verify this PR triggers pr-check.yml on the develop target
  • After merge to develop, verify push triggers ci.yml full pipeline (no deploy)
  • After promotion to master, verify PRs targeting develop trigger both workflows

🤖 Generated with Claude Code

Enable CI validation for PRs targeting the develop branch by adding
it to pull_request triggers in ci.yml and pr-check.yml. Document the
feature/* → develop → master branching strategy and branch protection
rules.

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
@metaversedance metaversedance merged commit 0f005c7 into develop Feb 11, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant