start release action by pushing version tags instead of when release is created on Github
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -3,10 +3,9 @@ env:
|
||||
NAME: 'Release'
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
workflow_dispatch: # For manual testing
|
||||
|
||||
push:
|
||||
tags:
|
||||
- "v1.*"
|
||||
jobs:
|
||||
|
||||
build-release:
|
||||
|
||||
Reference in New Issue
Block a user