chore: update release workflow with tag filtering
This commit is contained in:
parent
11a446e106
commit
30fa9277ff
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -1,6 +1,12 @@
|
|||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
version:
|
||||||
|
description: 'Version (e.g. v1.2.3)'
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v*.*.*
|
- v*.*.*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user