Skip to content

Commit f032de5

Browse files
CopilotKSXGitHub
andauthored
ci(deploy): tighten tag filter to digit-led version segments (#381)
* 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> * 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> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: KSXGitHub <11488886+KSXGitHub@users.noreply.github.com>
1 parent dc19876 commit f032de5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deployment
33
on:
44
push:
55
tags:
6-
- '*.*.*'
6+
- '[0-9]*.[0-9]*.[0-9]*'
77

88
jobs:
99
test:

0 commit comments

Comments
 (0)