From b1157f2d47db6e93f578071d11a60c5733ed82c4 Mon Sep 17 00:00:00 2001 From: craig Date: Fri, 3 Nov 2023 14:35:51 +0000 Subject: [PATCH] move indexer --- .github/workflows/controller-image.yaml | 1 + .github/workflows/policy-controller-image.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/controller-image.yaml b/.github/workflows/controller-image.yaml index e707e81e9..6e3315642 100644 --- a/.github/workflows/controller-image.yaml +++ b/.github/workflows/controller-image.yaml @@ -5,6 +5,7 @@ on: branches: - main - "release-*" + - separate-controller-deploy tags: - "v[0-9]+.[0-9]+.[0-9]+" diff --git a/.github/workflows/policy-controller-image.yaml b/.github/workflows/policy-controller-image.yaml index f48418dda..a53e2acd7 100644 --- a/.github/workflows/policy-controller-image.yaml +++ b/.github/workflows/policy-controller-image.yaml @@ -5,6 +5,7 @@ on: branches: - main - "release-*" + - separate-controller-deploy tags: - "v[0-9]+.[0-9]+.[0-9]+"