Skip to content

Commit

Permalink
Merge pull request #297 from ZdruzenieSTROM/branch_protection2
Browse files Browse the repository at this point in the history
Add branch protection
  • Loading branch information
mmihalik authored Dec 8, 2023
2 parents 2906174 + 74d0f37 commit 0bb0a06
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
},
"editor.defaultFormatter": "ms-python.autopep8",
"editor.formatOnSave": true,
}

}
},
"git.branchProtection": [
"master"
],
"git.branchProtectionPrompt": "alwaysCommitToNewBranch"
}

0 comments on commit 0bb0a06

Please sign in to comment.