There was an error while loading. Please reload this page.
2 parents a711e1e + 8593128 commit 66045aeCopy full SHA for 66045ae
1 file changed
.github/workflows/branch-protection.yml
@@ -2,7 +2,10 @@ name: Branch Protection
2
3
on:
4
pull_request:
5
- branches: [main, beta]
+ branches: [
6
+ # main, #(disabled until ruleset check-branch context is fixed (should be 'protect / check-branch'))
7
+ beta
8
+ ]
9
10
jobs:
11
protect:
0 commit comments