Skip to content

fix #95: docs build on all branches, deploy only on master - #96

Merged
dvdthecoder merged 1 commit into
masterfrom
fix-95-ci-deploy-master
Mar 26, 2026
Merged

fix #95: docs build on all branches, deploy only on master#96
dvdthecoder merged 1 commit into
masterfrom
fix-95-ci-deploy-master

Conversation

@dvdthecoder

Copy link
Copy Markdown
Collaborator

Summary

  • main.yml now triggers on all branch pushes (strict build acts as a PR lint gate)
  • Deploy step gated to master only — prevents dev pushes from overwriting the live GitHub Pages site
  • README updated: "auto-deploys on push to master" (was dev)

Closes #95

- main.yml: trigger on all branches (build check on PRs), deploy step
  gated to master only — removes accidental GH Pages overwrites from dev
- README: update deploy reference from dev → master

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@dvdthecoder
dvdthecoder merged commit eef3260 into master Mar 26, 2026
1 check passed
@dvdthecoder
dvdthecoder deleted the fix-95-ci-deploy-master branch March 26, 2026 06:58
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.

CI: docs build on all branches, deploy only on master

1 participant