Skip to content

Commit 43387eb

Browse files
committed
Add Weekly Cron job to keep artefacts fresh
1 parent 598bed0 commit 43387eb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44
name: .NET
55

66
on:
7+
workflow_dispatch:
78
push:
89
branches-ignore:
910
- '3.8.*'
10-
11+
pull_request:
12+
branches-ignore:
13+
- '3.8.*'
14+
schedule:
15+
- cron: "0 3 * * 1" # Weekly (Mon) build to keep artifacts fresh
1116

1217
jobs:
1318
build:

0 commit comments

Comments
 (0)