Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit 12e25f3

Browse files
author
Morten Turn Pedersen
authored
Merge pull request #65 from monstarlab-dotnet/fix/release-pipeline-branch-name
Made the build pipelines point to the renamed main branch
2 parents 63f26f0 + 22e7fee commit 12e25f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to NuGet
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths:
88
- 'Monstarlab.EntityFramework.Extension/**'
99

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: .NET Core
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
77
- develop
88

99
jobs:

0 commit comments

Comments
 (0)