Skip to content

Commit

Permalink
Update publishing key, update main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt committed Jul 5, 2021
1 parent 9c57281 commit bbf8139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -3,7 +3,7 @@ image: Visual Studio 2019

branches:
only:
- master
- main
- develop

pull_requests:
Expand All @@ -18,8 +18,8 @@ artifacts:
deploy:
- provider: NuGet
api_key:
secure: tCEhrNs1q8bhXiGwKejajsjSyF+/66LwnPge1ntZKrI3mvfDf1Ab8iOrz1IuVRH2
secure: LOSaZSy3ZL836xUIcCovdIt5kbL/aahbQPl2CvLCWxWaS+YSpKMB/OUAlbgLGp8Z
skip_symbols: true
artifact: /.*\.nupkg/
on:
branch: /^(master|develop)$/
branch: /^(main|develop)$/

0 comments on commit bbf8139

Please sign in to comment.