Skip to content

Commit 21a3cc5

Browse files
committed
only 3.8.* branches are built.
1 parent 43387eb commit 21a3cc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ name: .NET
66
on:
77
workflow_dispatch:
88
push:
9-
branches-ignore:
9+
branches:
1010
- '3.8.*'
1111
pull_request:
12-
branches-ignore:
12+
branches:
1313
- '3.8.*'
1414
schedule:
1515
- cron: "0 3 * * 1" # Weekly (Mon) build to keep artifacts fresh

0 commit comments

Comments
 (0)