mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-10-31 22:28:50 +00:00
15 lines
139 B
YAML
15 lines
139 B
YAML
|
language: rust
|
||
|
|
||
|
script:
|
||
|
- true
|
||
|
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
- staging
|
||
|
- trying
|
||
|
|
||
|
notifications:
|
||
|
email:
|
||
|
on_success: never
|