Skip to content

Commit 85aad02

Browse files
CopilotKSXGitHub
andcommitted
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>
1 parent dc19876 commit 85aad02

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)