mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-04-27 11:00:48 +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:
|
||||
- release/v*
|
||||
- main
|
||||
- "release-v*"
|
||||
tags:
|
||||
- "v*.*.*" # Matches any tag that starts with 'v' and follows semantic versioning
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user