Run 'check versions' on push to default branch
The internal "Check Versions" job is not run in push pipelines. Mostly this is fine, because changes to the 'version' variables are made in merge requests and the job is run. But ocassionally a change is made and pushed directly, bypassing the merge request and merge train. If there was a typo in the version numbers, this would not be discovered until later. It is better to have this checked at the time of commit/push.
issue