From 629a658c758a561d3f1ad2054c45485ed3c382f4 Mon Sep 17 00:00:00 2001 From: mpostma Date: Wed, 8 Jul 2020 09:50:07 +0200 Subject: [PATCH] bors setup --- .github/workflows/test.yml | 6 +++++- bors.toml | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 bors.toml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efd33e399..6ea50edf0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,9 @@ --- -on: [pull_request] +on: + push: + branches: + - staging + - trying name: Test binaries with cargo test diff --git a/bors.toml b/bors.toml new file mode 100644 index 000000000..f66b1661f --- /dev/null +++ b/bors.toml @@ -0,0 +1 @@ +status = ["Test binaries with cargo test"]