Skip to content

Commit

Permalink
chore: update CI config to use new default branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Harrison committed Jul 28, 2020
1 parent b573223 commit 165072f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ deploy:

notifications:
slack:
if: branch = master
if: branch = main
on_pull_requests: false
on_success: never
on_failure: change
Expand Down
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ artifacts:
- path: .\Twilio.*.nupkg
branches:
only:
- master
- alpha
- main
deploy:
provider: NuGet
api_key:
secure: VFvsLn6PF6HuLGwrGuXTuuRa8L4CjBmvPfwffdQdQ4oiKF3elGVtdiGY2JrEfTlw
skip_symbols: false
artifact: /Twilio\..*\.nupkg/
on:
branch: master
branch: main
APPVEYOR_REPO_TAG: true

0 comments on commit 165072f

Please sign in to comment.