File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: .NET
22
33on :
44 push :
5- branches : [ "master " ]
5+ branches : [ "main " ]
66 tags : [ "*" ]
77 pull_request :
8- branches : [ "master " ]
8+ branches : [ "main " ]
99
1010jobs :
1111 build :
2626
2727 - name : Push
2828 run : dotnet nuget push *.nupkg -s nuget.org -k $NUGET_API_KEY
29- if : startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master '
29+ if : startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main '
3030 working-directory : out
3131 env :
3232 NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
Original file line number Diff line number Diff line change 11# # Ignore Visual Studio temporary files, build results, and
22# # files generated by popular Visual Studio add-ons.
33# #
4- # # Get latest from https://github.com/github/gitignore/blob/master /VisualStudio.gitignore
4+ # # Get latest from https://github.com/github/gitignore/blob/main /VisualStudio.gitignore
55
66# User-specific files
77* .suo
You can’t perform that action at this time.
0 commit comments