Skip to content

Commit fa64936

Browse files
authored
Merge pull request #486 from DHI/vscode-protect-main-from-admins-pushing-by-accident
Branch protection
2 parents 721bc32 + a4c2e2b commit fa64936

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
88
],
99
"python.testing.unittestEnabled": false,
1010
"python.testing.pytestEnabled": true,
11+
"git.branchProtection": [
12+
"main"
13+
],
1114
}

0 commit comments

Comments
 (0)