Skip to content

Commit a67fe05

Browse files
Merge pull request #9 from ConductionNL/development
Restore branch-protection workflow for main branch
2 parents 66045ae + 4ef4ed1 commit a67fe05

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/branch-protection.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: Branch Protection
22

33
on:
44
pull_request:
5-
branches: [
6-
# main, #(disabled until ruleset check-branch context is fixed (should be 'protect / check-branch'))
7-
beta
8-
]
5+
branches: [main, beta]
96

107
jobs:
118
protect:

0 commit comments

Comments
 (0)