Skip to content

fix: deploy GitHub Pages from master branch#133

Merged
sujen1412 merged 3 commits into
developfrom
claude/priceless-napier-b2c198
Jun 24, 2026
Merged

fix: deploy GitHub Pages from master branch#133
sujen1412 merged 3 commits into
developfrom
claude/priceless-napier-b2c198

Conversation

@sujen1412

Copy link
Copy Markdown
Contributor

Summary

Added master to the push and pull_request branch triggers — the workflow was only watching main and develop, so pushes to master never triggered it
Fixed the deploy condition to also match refs/heads/master — the deploy job was gated on refs/heads/main exclusively, so no deployment ever ran

Root cause

The repo's default branch is master, but the workflow was written for main. GitHub Pages showed status: null (never deployed) as a result.

sujen1412 added 3 commits May 19, 2026 15:49
The deploy job only triggered on refs/heads/main, but the repo's
default branch is master. Added master to push/PR triggers and
the deploy condition so Pages actually deploys.
@sujen1412 sujen1412 requested a review from bsatoriu May 28, 2026 18:21
@sujen1412 sujen1412 merged commit 46632b6 into develop Jun 24, 2026
3 checks passed
@sujen1412 sujen1412 deleted the claude/priceless-napier-b2c198 branch June 24, 2026 22:04
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