From bf9b1f91758d0a7f3c7fa81a003e7d0757dad2f8 Mon Sep 17 00:00:00 2001 From: Cyborg Viktor <307551610+vpetersson-bot@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:44:33 +0000 Subject: [PATCH] Release model: production deploys from CalVer tags Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01KnaHskk4LSYZKggBdBZZwc --- .github/workflows/deploy-prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index cd91f17..bd2472a 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -3,8 +3,8 @@ name: Deploy Prod on: push: - branches: - - production + tags: + - '[0-9][0-9][0-9][0-9].*' jobs: deploy: