start release action by pushing version tags instead of when release is created on Github

This commit is contained in:
Philipp Crocoll
2025-07-05 07:18:21 +02:00
parent b961ae1b33
commit 57aaa0c4cd

View File

@@ -3,10 +3,9 @@ env:
NAME: 'Release'
on:
release:
types: [created]
workflow_dispatch: # For manual testing
push:
tags:
- "v1.*"
jobs:
build-release: