mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-08-17 14:06:39 +00:00
fix: add release-v branch to push workflow
This commit is contained in:
parent
b8f1ad6f9e
commit
a7787ce013
1
.github/workflows/push.yaml
vendored
1
.github/workflows/push.yaml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- release/v*
|
- release/v*
|
||||||
- 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user