diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b52c88b90..f6156b38c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: push: branches: - 'main' + - 'staging' + - 'trying' pull_request: jobs: diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000000..94f2a4384a --- /dev/null +++ b/bors.toml @@ -0,0 +1,3 @@ +status = ["build_and_test"] +block_labels = ["work-in-progress"] +delete_merged_branches = true