mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-09-25 14:49:12 +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:
|
||||
branches:
|
||||
- main
|
||||
- "release-v*"
|
||||
tags:
|
||||
- "v*.*.*" # Matches any tag that starts with 'v' and follows semantic versioning
|
||||
|
||||
|
Reference in New Issue
Block a user