Skip to content

Commit 66045ae

Browse files
Merge pull request #7 from ConductionNL/development
Release: merge development into beta
2 parents a711e1e + 8593128 commit 66045ae

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/branch-protection.yml

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

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

710
jobs:
811
protect:

0 commit comments

Comments
 (0)