diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c51430384..7ba6f4d3a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: Continuous integration on: push: - branches: [ main ] + branches: [ main, staging, trying ] pull_request: branches: [ main ] diff --git a/bors.toml b/bors.toml new file mode 100644 index 000000000..3fbc6159e --- /dev/null +++ b/bors.toml @@ -0,0 +1,5 @@ +status = [ + 'ci (stable)' +] +# 3 hours timeout +timeout-sec = 10800