diff --git a/opencode.json b/opencode.json index 72d2c8b..4efe427 100644 --- a/opencode.json +++ b/opencode.json @@ -4,9 +4,7 @@ "bash": { "*": "allow", "git push origin main": "deny", - "git push origin master": "deny", - "git push *": "ask", - "git commit *": "ask" + "git push main": "ask" } } }