1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-25 06:33:56 +00:00

update KDM branch to v2.10 | add release/v2.10 as an action target branch

This commit is contained in:
Chirayu Kapoor
2024-10-09 14:28:07 +05:30
parent e65982776d
commit 6af7fe61bc
2 changed files with 5 additions and 2 deletions

View File

@@ -151,6 +151,9 @@ jobs:
"v1.6"*)
ACTION_TARGET_BRANCH="release/v2.9"
;;
"v1.7"*)
ACTION_TARGET_BRANCH="release/v2.10"
;;
*)
echo "Not a valid tag, not dispatching event"
exit 0