Skip to content

Commit d82aee5

Browse files
committed
Update trigger branches in nuget-publish.yml to correctly trigger on master push
1 parent 11d3160 commit d82aee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Build and Publish NuGet Packages
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
66
paths:
77
- 'Linq/*.csproj'
88
- 'Types/*.csproj'
99
pull_request:
10-
branches: [ main ]
10+
branches: [ master ]
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)