Disable force required to allow push release commits

Since we do not use release branch pattern, we need this commit
otherwise the process is not working.

Signed-off-by: tison <wander4096@gmail.com>
diff --git a/.asf.yaml b/.asf.yaml
index 54e12d5..953d24e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,12 +33,7 @@
     merge:   false
     rebase:  true
   protected_branches:
-    master:
-      required_status_checks:
-        strict: false
-        contexts:
-          - Required
-      required_signatures: false
+    master: {}
 
 notifications:
   commits:      commits@curator.apache.org