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"]