From 64e56fdb86e5590b398f4ccda1fdab716f92c386 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sun, 15 May 2022 23:14:54 +0200 Subject: [PATCH 1/2] Add minimal bors config --- bors.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bors.toml diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..6f20720 --- /dev/null +++ b/bors.toml @@ -0,0 +1,5 @@ +status = [ + 'Rust project (stable)', + 'Rust project (beta)', + 'Documentation build', +] From f7048f265ffebb4ea5319519e6d4d7cf26dc3e23 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sun, 15 May 2022 23:19:16 +0200 Subject: [PATCH 2/2] Enable CI builds on staging/trying --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3601f8..cd4871a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ on: push: branches: - master + - staging + - trying pull_request: name: Continuous integration