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 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', +]