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