gh workflow: don't make release on tag pushes to prevent double release when executed from github web interface.
This commit is contained in:
parent
42eeaf44a5
commit
e0e928c31e
|
@ -1,10 +1,6 @@
|
|||
name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v[0-9]+.*
|
||||
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
|
|
Loading…
Reference in New Issue