From 6029034da780fa7802e4bb0e038f885b36268c46 Mon Sep 17 00:00:00 2001 From: hongming Date: Tue, 23 Aug 2022 11:24:35 +0800 Subject: [PATCH] chore: add feature-pluggable branch to kubespheredev image build ci jobs (#5165) * Fix ks-core helm chart * add feature-pluggable branch to dev image build ci jobs --- .github/workflows/build-multiarch.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-multiarch.yaml b/.github/workflows/build-multiarch.yaml index 463e21372..6dcb1f394 100644 --- a/.github/workflows/build-multiarch.yaml +++ b/.github/workflows/build-multiarch.yaml @@ -5,12 +5,14 @@ on: branches: - 'master' - 'release-*' + - 'feature-pluggable' tags: - 'v*' pull_request: branches: - 'master' - 'release-*' + - 'feature-pluggable' jobs: build: