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