From 6cead77326e5dc32c552b9dd8d29571caac38d19 Mon Sep 17 00:00:00 2001 From: Cyborg Viktor <307551610+vpetersson-bot@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:45:11 +0000 Subject: [PATCH] Release model: Pages deploys from CalVer tags Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01KnaHskk4LSYZKggBdBZZwc --- .github/workflows/deploy-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 3cd143c..7f195df 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -3,7 +3,8 @@ name: Deploy to GitHub Pages on: push: - branches: [master] + tags: + - '[0-9][0-9][0-9][0-9].*' workflow_dispatch: # Allow the GITHUB_TOKEN to deploy to Pages and mint the OIDC token it needs.