From 33749cce4d4167eb92f4eb5b9b4b6f05b26953bd Mon Sep 17 00:00:00 2001 From: StuartFerguson Date: Thu, 21 May 2026 18:49:30 +0100 Subject: [PATCH 1/4] Change branch name 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 3ef22b8..3685b5c 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 8ef41c8038bbbf0088fc6f5d547c710fd6639b3d Mon Sep 17 00:00:00 2001 From: StuartFerguson Date: Thu, 21 May 2026 18:49:57 +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 702a461..ccc1118 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: @@ -58,4 +58,4 @@ jobs: with: name: test-results path: '**/TestResults/*.trx' - retention-days: 30 \ No newline at end of file + retention-days: 30 From f923bb63f95a142e0df2fd44461077f842f85b6a Mon Sep 17 00:00:00 2001 From: StuartFerguson Date: Thu, 21 May 2026 18:50:19 +0100 Subject: [PATCH 3/4] Change default branch 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 4825062..fdbd089 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 fd52539a2176c6fba2b043266c0635e5556d0037 Mon Sep 17 00:00:00 2001 From: StuartFerguson Date: Thu, 21 May 2026 18:50:35 +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: