From 74d0f3749aed892a0a1d1770e8e170dfea7c862f Mon Sep 17 00:00:00 2001 From: kovacspe Date: Fri, 8 Dec 2023 22:59:10 +0100 Subject: [PATCH] Add branch protection --- .vscode/settings.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f4267616..3784257a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,6 +5,9 @@ }, "editor.defaultFormatter": "ms-python.autopep8", "editor.formatOnSave": true, - } - -} + }, + "git.branchProtection": [ + "master" + ], + "git.branchProtectionPrompt": "alwaysCommitToNewBranch" +} \ No newline at end of file