Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Time to do the bors tango
  • Loading branch information
DJMcNab authored Feb 19, 2021
1 parent 89a41bc commit 59066c4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 25 deletions.
11 changes: 11 additions & 0 deletions .github/bors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
status = [
"build (stable, windows-latest)",
"build (stable, ubuntu-latest)",
"build (stable, macos-latest)",
"build (nightly, ubuntu-latest)",
"build-wasm (stable, ubuntu-latest)",
"build-wasm (nightly, ubuntu-latest)",
"build-android",
]

use_squash_merge = true
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: CI

on:
push:
branches: [master]
pull_request:
branches: [master]
push:
branches: [main, staging, trying]

env:
CARGO_TERM_COLOR: always
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/rebase.yml

This file was deleted.

0 comments on commit 59066c4

Please sign in to comment.