From eb22928c0f18cdbae50c0a17e8b8fc885db5e001 Mon Sep 17 00:00:00 2001 From: Cyborg Viktor <307551610+vpetersson-bot@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:45:27 +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 1ca8d6a..aaf1db6 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -7,7 +7,8 @@ name: Deploy to GitHub Pages on: push: - branches: [master] + tags: + - '[0-9][0-9][0-9][0-9].*' workflow_dispatch: # Permissions the deploy-pages action needs to publish via OIDC.