mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-08-17 14:06:39 +00:00
fix: wrong branch name
This commit is contained in:
parent
a7787ce013
commit
a434be5b81
2
.github/workflows/push.yaml
vendored
2
.github/workflows/push.yaml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- release/v*
|
- release/v*
|
||||||
- main
|
- main
|
||||||
- "release-v*"
|
- "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