From 4af55c53afd46242cc874f102922a407924ea45e Mon Sep 17 00:00:00 2001 From: StuartFerguson Date: Thu, 21 May 2026 18:43:12 +0100 Subject: [PATCH 1/2] 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 08353b3f..7be73170 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 687c367d697ea76dcd1bf82cba9ba67ef5c8cd93 Mon Sep 17 00:00:00 2001 From: StuartFerguson Date: Thu, 21 May 2026 18:44:51 +0100 Subject: [PATCH 2/2] Change default branch from 'master' to 'main' --- .github/workflows/pullrequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 1b8d38e3..48230930 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: buildlinux: