Skip to content

Commit

Permalink
chore: add branch protection (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Aug 19, 2022
1 parent 9c50aa6 commit 27fad23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Expand Up @@ -15,5 +15,6 @@
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"conventionalCommits.scopes": ["api"]
"conventionalCommits.scopes": ["api"],
"git.branchProtection": ["main"]
}

0 comments on commit 27fad23

Please sign in to comment.