don't run the release workflow when creating a tag

This commit is contained in:
Philipp Crocoll
2025-07-15 14:26:12 +02:00
parent 0d6f837578
commit f655a89be0

View File

@@ -3,10 +3,9 @@ env:
NAME: 'Release' NAME: 'Release'
on: on:
push: # the workflow is always triggered manually. This allows to test the apks
tags: # before publishing the release and not having a broken tag in the repo if that test fails.
- "v1.*" workflow_dispatch:
workflow_dispatch: # Allows manual triggering of the workflow
jobs: jobs:
build-release: build-release: