Both the PR check and the auto-deploy to fhir.fi broke when the primary branch name was changed from main to master a few months ago, to support the build.fhir.ig infrastructure.
The auto-build infra nowadays supports also other branch names as primary branches, but since we're using master in all other IG repos too, let's keep it here as well.
Also, let's take this opportunity to further improve the check. It now runs the entire publisher, not just sushi, to check that everything is in order.
Both the PR check and the auto-deploy to fhir.fi broke when the primary branch name was changed from
main
tomaster
a few months ago, to support the build.fhir.ig infrastructure.The auto-build infra nowadays supports also other branch names as primary branches, but since we're using
master
in all other IG repos too, let's keep it here as well.Also, let's take this opportunity to further improve the check. It now runs the entire publisher, not just sushi, to check that everything is in order.