mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-09-25 22:59:17 +00:00
fix: add release-v branch to push workflow
This commit is contained in:
1
.github/workflows/push.yaml
vendored
1
.github/workflows/push.yaml
vendored
@@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- "release-v*"
|
||||||
tags:
|
tags:
|
||||||
- "v*.*.*" # Matches any tag that starts with 'v' and follows semantic versioning
|
- "v*.*.*" # Matches any tag that starts with 'v' and follows semantic versioning
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user