fix: github workflow release on main only (with semver tag)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
name: Release CI
|
||||
on:
|
||||
push:
|
||||
branch:
|
||||
- 'main'
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user