Skip to content

Commit cc19db2

Browse files
author
Sam Harrison
committed
chore: update CI config to use new default branch name
1 parent d2b8763 commit cc19db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ deploy:
1111
provider: script
1212
script: nuget push /home/travis/build/sendgrid/csharp-http-client/*.nupkg -ApiKey $NUGET_API_KEY -Source https://api.nuget.org/v3/index.json
1313
on:
14-
branch: master
14+
branch: main
1515
tags: true
1616

1717
notifications:
1818
slack:
19-
if: branch = master
19+
if: branch = main
2020
on_pull_requests: false
2121
on_success: never
2222
on_failure: change

0 commit comments

Comments
 (0)