Skip to content

Commit 28aa116

Browse files
committed
chore: add automatic release on Tuesday and Friday noon.
1 parent 0e65443 commit 28aa116

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: .NET Release
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: "0 12 * * 2,5"
57

68
jobs:
79
semantic-release:

0 commit comments

Comments
 (0)