Skip to content

Fix: Change Cloudflare deploy branch from main to master#145

Merged
Arctis-Fireblight merged 1 commit intoRedot-Engine:masterfrom
MichaelFisher1997:fix-cloudflare-deploy-branch
Feb 12, 2026
Merged

Fix: Change Cloudflare deploy branch from main to master#145
Arctis-Fireblight merged 1 commit intoRedot-Engine:masterfrom
MichaelFisher1997:fix-cloudflare-deploy-branch

Conversation

@MichaelFisher1997
Copy link

@MichaelFisher1997 MichaelFisher1997 commented Feb 12, 2026

Fix: Changed Cloudflare Pages deployment branch from main to master.

Problem: Deployments were showing under 'main' in Cloudflare Pages but the repository uses 'master' branch.

Solution: Updated deploy command to use --branch=master instead of --branch=main.

This is a one-line fix to ensure deployments properly associate with the master branch.

Summary by CodeRabbit

  • Chores
    • Updated deployment target configuration for Cloudflare Pages deployment.

@coderabbitai
Copy link

coderabbitai bot commented Feb 12, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

The Cloudflare Pages deployment workflow configuration was updated to change the target deployment branch from main to master in the deploy step of the GitHub Actions workflow.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow
.github/workflows/build-and-deploy.yml
Updated Cloudflare Pages deployment step to deploy from master branch instead of main branch.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 A hop, a skip, from main to master dear,
The branch has changed, deployment's crystal clear!
No longer main shall lead the way,
master takes the helm today! 🚀

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@MichaelFisher1997 MichaelFisher1997 marked this pull request as ready for review February 12, 2026 01:59
@Arctis-Fireblight Arctis-Fireblight merged commit 3765f8d into Redot-Engine:master Feb 12, 2026
1 of 2 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.

2 participants