Skip to content

ci: retarget workflows from master to main, name jobs per-OS - #23

Merged
jfonseca-aneo merged 1 commit into
mainfrom
jf/branch-protection-ci-main
Sep 4, 2026
Merged

jfonseca-aneo merged 1 commit into
mainfrom
jf/branch-protection-ci-main

Conversation

@jfonseca-aneo

Copy link
Copy Markdown
Collaborator

Summary

  • Repo's default branch is main, but Linux.yml/Windows.yml still only triggered on push/PR to master.
  • Both jobs were named build, making them indistinguishable as GitHub required status checks.
  • Retargets both workflows to main and names the jobs build (linux) / build (windows) so they can be required separately once branch protection is enabled on main.

Test plan

  • Confirm CI runs on this PR (targets main) and both build (linux)/build (windows) checks appear and pass.

The repo's default branch is main, but Linux.yml/Windows.yml still
triggered only on master and jobs were both named "build", making them
indistinguishable as required status checks. Point both at main and
give each job a distinct name so branch protection can require them
separately.
@jfonseca-aneo
jfonseca-aneo force-pushed the jf/branch-protection-ci-main branch from a624fc4 to bee0944 Compare September 4, 2026 09:39
@jfonseca-aneo
jfonseca-aneo merged commit 47aa233 into main Sep 4, 2026
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.

1 participant