From 4b5c365445416cd5a908efdccfe58cdb78904861 Mon Sep 17 00:00:00 2001 From: jcant0n Date: Sat, 1 Aug 2026 14:24:39 +0200 Subject: [PATCH] chore: drop master from CI branch filters The rename to main is done and verified, so the transitional dual-branch filter is no longer needed. Co-Authored-By: Claude Opus 5 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3a33afc..28d16ad 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -14,9 +14,9 @@ on: type: boolean default: false push: - branches: [ "main", "master" ] + branches: [ "main" ] pull_request: - branches: [ "main", "master" ] + branches: [ "main" ] jobs: ci: