Start with main

This commit is contained in:
Michael B. Gale 2025-06-23 12:47:58 +01:00
parent c55fb0ab89
commit fcd0ad43d5
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F

View file

@ -28,6 +28,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # ensure we have all tags and can push commits
ref: main
- name: Update git config
shell: bash