From f8f08616003a3f5f9e2314ce38fab2fe4cf6683b Mon Sep 17 00:00:00 2001 From: Bernie White Date: Mon, 20 Feb 2023 15:37:40 +1000 Subject: [PATCH] Minor updates to settings (#131) --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 87cd398..6818278 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -38,5 +38,9 @@ "text", "yaml", "yml" + ], + "git.branchProtection": [ + "main", + "release/*" ] }