Skip to content

Commit 1c09a8a

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ deploy:
3030
password: $PYPI_TOKEN
3131
skip_cleanup: true
3232
on:
33-
branch: master
33+
branch: main
3434
condition: "$TRAVIS_TEST_RESULT = 0"
3535
tags: true
3636
python: '3.6'
3737

3838
notifications:
3939
slack:
40-
if: branch = master
40+
if: branch = main
4141
on_pull_requests: false
4242
on_success: never
4343
on_failure: change

0 commit comments

Comments
 (0)