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'
on:
push:
tags:
- "v1.*"
workflow_dispatch: # Allows manual triggering of the workflow
# the workflow is always triggered manually. This allows to test the apks
# before publishing the release and not having a broken tag in the repo if that test fails.
workflow_dispatch:
jobs:
build-release: