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 d2b8763 commit cc19db2Copy full SHA for cc19db2
.travis.yml
@@ -11,12 +11,12 @@ deploy:
11
provider: script
12
script: nuget push /home/travis/build/sendgrid/csharp-http-client/*.nupkg -ApiKey $NUGET_API_KEY -Source https://api.nuget.org/v3/index.json
13
on:
14
- branch: master
+ branch: main
15
tags: true
16
17
notifications:
18
slack:
19
- if: branch = master
+ if: branch = main
20
on_pull_requests: false
21
on_success: never
22
on_failure: change
0 commit comments