Skip to content

Commit 864b040

Browse files
committed
chore: refine deployment workflow by excluding pre-release tags
1 parent 6bf2739 commit 864b040

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ on:
44
push:
55
tags:
66
- 'v*.*.*'
7-
8-
workflow_dispatch:
9-
inputs:
10-
version:
11-
description: 'Version to release'
12-
required: false
13-
type: string
14-
7+
- '!v*.*.*-alpha.*'
8+
- '!v*.*.*-beta.*'
9+
- '!v*.*.*-rc.*'
1510
env:
1611
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
1712
DOTNET_CLI_TELEMETRY_OPTOUT: true

0 commit comments

Comments
 (0)