feat: ADBServerDevice without serial (#97)
* feat: ADBServerDevice without serial * chore: bump deps * actions: improve build
This commit is contained in:
6
.github/workflows/python-build.yml
vendored
6
.github/workflows/python-build.yml
vendored
@@ -1,8 +1,10 @@
|
||||
name: Python - Build packages & Release
|
||||
|
||||
on:
|
||||
push: {}
|
||||
pull_request: {}
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
release:
|
||||
types: [created]
|
||||
|
||||
|
||||
6
.github/workflows/rust-build.yml
vendored
6
.github/workflows/rust-build.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: Rust - Build
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
6
.github/workflows/rust-quality.yml
vendored
6
.github/workflows/rust-quality.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: Rust - Quality
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
Reference in New Issue
Block a user