Restrict script to version-tagged commits only

This commit is contained in:
Pieter Vander Vennet 2025-06-19 17:02:13 +02:00
parent e3e82a546e
commit ceaf617edc

View file

@ -1,6 +1,8 @@
on:
workflow_dispatch:
push:
tags:
- 'v*'
jobs:
build_android: