start workflow by release/* branches only
but not by tags to avoid overriding releases.
This commit is contained in:
parent
cc656b6ffe
commit
1d542799f6
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -4,8 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "release/**"
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
get-version:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user