From ff9979b0e48e6950e4722f1addb485879ff14159 Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Tue, 25 Aug 2026 20:39:09 +0100 Subject: [PATCH] ci: accept main as well as master in workflow triggers Prepares this repo for the default branch rename to main. Both names are accepted for the duration of the migration so no workflow misses a run. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 556b41e..cc7dc37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,7 @@ on: branches: - master - main + - main jobs: release: runs-on: ubuntu-latest