From b656e65046e0e02afcdaf54b3f40fc8992893812 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Mon, 7 Jul 2025 17:21:12 +0500 Subject: [PATCH] chore: redeploy registry when templates are updated We need to trigger a deployment when template changes occur. --- .github/workflows/deploy-registry.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy-registry.yaml b/.github/workflows/deploy-registry.yaml index 61d47aa12..bba660be3 100644 --- a/.github/workflows/deploy-registry.yaml +++ b/.github/workflows/deploy-registry.yaml @@ -6,6 +6,11 @@ on: # Matches release/// # (e.g., "release/whizus/exoscale-zone/v1.0.13") - "release/*/*/v*.*.*" + branches: # Templates get released when merged to main + - main + paths: + - "registry/**/templates/**" + - ".icons/**" jobs: deploy: