Only build release Android builds on CI

This commit is contained in:
wheremyfoodat 2024-02-01 14:37:09 +02:00 committed by GitHub
commit 693e91dfe8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,6 @@ jobs:
strategy:
matrix:
build_type:
- debug
- release
steps:
@ -66,7 +65,6 @@ jobs:
strategy:
matrix:
build_type:
- debug
- release
steps: