Skip to content

Commit 9f7b703

Browse files
committed
#147 final fix
1 parent e93a122 commit 9f7b703

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/cd-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
tags:
66
- "v[0-9]+.[0-9]+.[0-9]+"
7-
- "v[0-9]+.[0-9]+.[0-9]+-preview.*"
87

98
jobs:
109
build:

CryptoNet.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DevOps", "DevOps", "{1733D1
1212
.gitattributes = .gitattributes
1313
.gitignore = .gitignore
1414
build.ps1 = build.ps1
15+
.github\workflows\cd-release-preview.yml = .github\workflows\cd-release-preview.yml
1516
.github\workflows\cd-release.yml = .github\workflows\cd-release.yml
1617
.github\workflows\ci.yml = .github\workflows\ci.yml
1718
.github\workflows\code-coverage.yml = .github\workflows\code-coverage.yml

0 commit comments

Comments
 (0)