Chore: android build: only on releases
All checks were successful
/ deploy_on_hosted (push) Successful in 14m33s

This commit is contained in:
Pieter Vander Vennet 2025-05-03 22:16:41 +02:00
parent c8d39f466e
commit 8de993965e

View file

@ -1,5 +1,7 @@
on:
push
push:
tags:
- 'v*'
jobs:
build_android: