feat: ADBServerDevice without serial (#97)

* feat: ADBServerDevice without serial

* chore: bump deps

* actions: improve build
This commit is contained in:
cocool97
2025-03-09 19:33:20 +01:00
committed by GitHub
parent ad064a9f41
commit 1b7efc1cc6
26 changed files with 115 additions and 97 deletions

View File

@@ -1,8 +1,10 @@
name: Python - Build packages & Release
on:
push: {}
pull_request: {}
push:
branches:
- main
pull_request:
release:
types: [created]

View File

@@ -1,6 +1,10 @@
name: Rust - Build
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
env:
CARGO_TERM_COLOR: always

View File

@@ -1,6 +1,10 @@
name: Rust - Quality
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
env:
CARGO_TERM_COLOR: always