Turn off branch protection (#5)

diff --git a/.asf.yaml b/.asf.yaml
index 984ae2a..e59b7d9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,6 +23,12 @@
     squash:  true
     merge:   false
     rebase:  false
+  protected_branches:
+    master:
+      required_status_checks:
+        contexts:
+      required_pull_request_reviews:
+        required_approving_review_count: 0
 notifications:
   commits:      commits@ozone.apache.org
   issues:       issues@ozone.apache.org