Fix .travis.yml

change master to main
This commit is contained in:
Lolipop 2021-05-22 00:06:01 +08:00
parent 7127b23eb0
commit 7488351d5a

View File

@ -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