diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d82724a..b7d452e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [ master, trying, staging ] pull_request: - branches: [ master ] + branches: [ master, trying, staging ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/bors.toml b/bors.toml index 6696cbb4..fb55bbab 100644 --- a/bors.toml +++ b/bors.toml @@ -1,3 +1,5 @@ status = [ - "ci result", -] \ No newline at end of file + "ci ubuntu-20.04", + "ci ubuntu-20.04 (--all-features)", + "clippy" +]