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