mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 12:54:26 +01:00
Add bors configuration
This commit is contained in:
parent
0c17b166df
commit
9dd1ecdc2a
10
.github/workflows/rust.yml
vendored
10
.github/workflows/rust.yml
vendored
@ -1,12 +1,18 @@
|
|||||||
name: Rust
|
name: Rust
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
# trying and staging branches are for Bors config
|
||||||
|
branches:
|
||||||
|
- trying
|
||||||
|
- staging
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
tests:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user