From 85aad020e9a43910900932a66b393f3e9acbb417 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 28 Mar 2026 19:26:03 +0000 Subject: [PATCH 1/2] ci(deploy): tighten tag filter to require digit-led version segments Agent-Logs-Url: https://github.com/KSXGitHub/parallel-disk-usage/sessions/4d866da6-60e6-4962-9658-a4977fcc24ee Co-authored-by: KSXGitHub <11488886+KSXGitHub@users.noreply.github.com> --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1ea0dd3b..4a479ac2 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -3,7 +3,7 @@ name: Deployment on: push: tags: - - '*.*.*' + - '[0-9]+.[0-9]+.[0-9]+*' jobs: test: From 65b3985b363f142889420e02b1bc81d064aeb100 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 28 Mar 2026 19:35:36 +0000 Subject: [PATCH 2/2] ci(deploy): fix tag glob pattern to use glob wildcards instead of regex quantifiers Agent-Logs-Url: https://github.com/KSXGitHub/parallel-disk-usage/sessions/4880ae01-691e-46b0-a9b2-934028669017 Co-authored-by: KSXGitHub <11488886+KSXGitHub@users.noreply.github.com> --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4a479ac2..c85db13d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -3,7 +3,7 @@ name: Deployment on: push: tags: - - '[0-9]+.[0-9]+.[0-9]+*' + - '[0-9]*.[0-9]*.[0-9]*' jobs: test: