From 4ef4ed1f9b1b968754f0e9564897799e95702af0 Mon Sep 17 00:00:00 2001 From: WilcoLouwerse Date: Tue, 24 Mar 2026 12:58:25 +0100 Subject: [PATCH] revert: undo branch-protection workflow changes --- .github/workflows/branch-protection.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/branch-protection.yml b/.github/workflows/branch-protection.yml index 8238c8a..67cdd60 100644 --- a/.github/workflows/branch-protection.yml +++ b/.github/workflows/branch-protection.yml @@ -2,10 +2,7 @@ name: Branch Protection on: pull_request: - branches: [ - # main, #(disabled until ruleset check-branch context is fixed (should be 'protect / check-branch')) - beta - ] + branches: [main, beta] jobs: protect: