diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index c337881..e8b456f 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -2,7 +2,6 @@ name: CI
 on:
   pull_request:
   push:
-    branches: [master, staging, trying]
 
 env:
   CARGO_INCREMENTAL: 0
diff --git a/bors.toml b/bors.toml
deleted file mode 100644
index 466cde5..0000000
--- a/bors.toml
+++ /dev/null
@@ -1,2 +0,0 @@
-status = [ "publish" ]
-delete_merged_branches = true