From ea95cdda5baed341beaff020c563ec07315a73ba Mon Sep 17 00:00:00 2001 From: StuartFerguson Date: Thu, 21 May 2026 19:07:55 +0100 Subject: [PATCH 1/4] Change default branch from 'master' to 'main' --- .github/workflows/codecoverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index efa28c8..bf2e7b2 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -4,7 +4,7 @@ on: push: # branches to consider in the event; optional, defaults to all branches: - - master + - main workflow_dispatch: jobs: From 1f53f8566eef65bd1b9125bfc4ce7c91fa0d594f Mon Sep 17 00:00:00 2001 From: StuartFerguson Date: Thu, 21 May 2026 19:08:21 +0100 Subject: [PATCH 2/4] Change default branch from 'master' to 'main' --- .github/workflows/pullrequest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 1062a97..d2aeac4 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -3,7 +3,7 @@ name: Build and Test Pull Requests on: pull_request: branches: - - master + - main jobs: build: @@ -55,4 +55,4 @@ jobs: with: name: test-results path: '**/TestResults/*.trx' - retention-days: 30 \ No newline at end of file + retention-days: 30 From c0f3d32b1b625a07d08e66ff7859b3d5c6a5f058 Mon Sep 17 00:00:00 2001 From: StuartFerguson Date: Thu, 21 May 2026 19:08:33 +0100 Subject: [PATCH 3/4] Change branch name from 'master' to 'main' --- .github/workflows/pushtomaster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pushtomaster.yml b/.github/workflows/pushtomaster.yml index a49cb37..f11e6af 100644 --- a/.github/workflows/pushtomaster.yml +++ b/.github/workflows/pushtomaster.yml @@ -4,7 +4,7 @@ on: push: # branches to consider in the event; optional, defaults to all branches: - - master + - main jobs: build: From 5f32d077bb1733159fcb168980981a4708a99008 Mon Sep 17 00:00:00 2001 From: StuartFerguson Date: Thu, 21 May 2026 19:08:48 +0100 Subject: [PATCH 4/4] Change default branch from 'master' to 'main' --- .github/workflows/release-management.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-management.yml b/.github/workflows/release-management.yml index 79b1204..bb787fe 100644 --- a/.github/workflows/release-management.yml +++ b/.github/workflows/release-management.yml @@ -4,7 +4,7 @@ on: push: # branches to consider in the event; optional, defaults to all branches: - - master + - main jobs: update_draft_release: