From 36f6d511fabe5c8c075ace966aa6426e1a67d547 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Thu, 5 Jun 2025 10:07:00 +0500 Subject: [PATCH] chore: deploy only on tag pushes Resolves #68, resolves #132 --- .github/workflows/deploy-registry.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy-registry.yaml b/.github/workflows/deploy-registry.yaml index ac3e9d6..c9e7bcf 100644 --- a/.github/workflows/deploy-registry.yaml +++ b/.github/workflows/deploy-registry.yaml @@ -2,8 +2,6 @@ name: deploy-registry on: push: - branches: - - main tags: # Matches release/// # (e.g., "release/whizus/exoscale-zone/v1.0.13")