From 508655290c2cfe026c64b56b8efc3cdf7ba071ac Mon Sep 17 00:00:00 2001 From: Cyborg Viktor <307551610+vpetersson-bot@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:44:41 +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 7db3055..71089d1 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: