broaden release trigger from 'v*' to all tags in workflow config

This commit is contained in:
2026-03-16 18:43:29 +01:00
parent 998f2be87f
commit 73a4e1c47e

View File

@@ -3,7 +3,7 @@ name: Build and Release to F-Droid
on: on:
push: push:
tags: tags:
- 'v*' - '*'
jobs: jobs:
build-and-deploy: build-and-deploy: