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: