Skip to content

Commit d9a4290

Browse files
committed
Restore auto-building of NuGet-s
Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent be6ca52 commit d9a4290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: windows-2019
6565
needs: build
6666
if: |
67-
(github.event_name == 'push' && (github.ref == 'refs/heads/master' || contains(github.ref, 'nuget'))) ||
67+
(github.event_name == 'push' && (github.ref == 'refs/heads/main' || contains(github.ref, 'nuget'))) ||
6868
(github.event.pull_request.head.repo.full_name != github.repository && contains(github.event.pull_request.head.ref, 'nuget'))
6969
7070
env:

0 commit comments

Comments
 (0)