start workflow by release/* branches only

but not by tags to avoid overriding releases.
This commit is contained in:
jk 2025-07-03 10:50:14 +02:00
parent cc656b6ffe
commit 1d542799f6
No known key found for this signature in database

View File

@ -4,8 +4,6 @@ on:
push:
branches:
- "release/**"
tags:
- "v*"
jobs:
get-version: