diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f2006da..c42445b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -5,7 +5,7 @@ name: Integration on: push: - branches: [ master ] + branches: [ master, staging, trying ] pull_request: branches: [ master ] diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..3a404c8 --- /dev/null +++ b/bors.toml @@ -0,0 +1,3 @@ +status = ["build"] +delete_merged_branches = true +required_approvals = 0