diff --git a/.github/workflows/branch-protection.yml b/.github/workflows/branch-protection.yml index 67cdd60..8238c8a 100644 --- a/.github/workflows/branch-protection.yml +++ b/.github/workflows/branch-protection.yml @@ -2,7 +2,10 @@ name: Branch Protection on: pull_request: - branches: [main, beta] + branches: [ + # main, #(disabled until ruleset check-branch context is fixed (should be 'protect / check-branch')) + beta + ] jobs: protect: