From 67ada9083b8ddfff0f110d133d90cae56bab5ad5 Mon Sep 17 00:00:00 2001 From: siwonpada Date: Sat, 7 Sep 2024 03:50:23 +0900 Subject: [PATCH] enable branch protection in vscode --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a74b599..caca1e6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,6 @@ "infoteam", "nestjs", "noreply" - ] + ], + "git.branchProtection": ["main"] }