Fix .travis.yml
change master to main
This commit is contained in:
parent
7127b23eb0
commit
7488351d5a
|
@ -3,7 +3,7 @@ node_js:
|
|||
- lts/*
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
install:
|
||||
- cd vuepress
|
||||
- yarn install
|
||||
|
@ -16,4 +16,4 @@ deploy:
|
|||
github_token: $CI_DEPLOY_TOKEN
|
||||
keep_history: true
|
||||
on:
|
||||
branch: master
|
||||
branch: main
|
Loading…
Reference in New Issue
Block a user