let's not allow force-push on master
diff --git a/project.config b/project.config
index e245089..90fc740 100644
--- a/project.config
+++ b/project.config
@@ -96,5 +96,5 @@
 	exclusiveGroupPermissions = create forgeAuthor push
 [access "refs/heads/master"]
 	exclusiveGroupPermissions = push
-	push = +force group Administrators
-	push = +force group Project Owners
+	push = group Administrators
+	push = group Project Owners