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
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- v[0-9]+.*
|
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
|
|
Loading…
Reference in New Issue