Skip to content

Commit 05a97d3

Browse files
author
Christoph Bühler
committed
fix(release): only use correct releases and no prereleases
1 parent 91692c0 commit 05a97d3

File tree

2 files changed

+3
-40
lines changed

2 files changed

+3
-40
lines changed

.github/workflows/dotnet-pre-release.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/dotnet-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: .NET Release
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
57

68
jobs:
79
semantic-release:

0 commit comments

Comments
 (0)