We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a070918 commit a692515Copy full SHA for a692515
appveyor.yml
@@ -14,7 +14,7 @@ deploy:
14
secure: Fh92tRIFbe1FAiyD8lTThWgAorQ1vV+eFYMlUK0iLHBBenJcy/UYc1qj6kgHvUcO
15
skip_symbols: true
16
on:
17
- branch: /^(master|dev)$/
+ branch: /^(main|dev)$/
18
- provider: GitHub
19
auth_token:
20
secure: p4LpVhBKxGS5WqucHxFQ5c7C8cP74kbNB0Z8k9Oxx/PMaDQ1+ibmoexNqVU5ZlmX
@@ -23,4 +23,4 @@ deploy:
23
/Serilog.*\.snupkg/
24
tag: v$(appveyor_build_version)
25
26
- branch: master
+ branch: main
0 commit comments