replace master with main in CI config

This commit is contained in:
Vicky Steeves 2020-10-14 21:47:33 +00:00
parent 43dc30a3db
commit b931e18d85
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ test:
script:
- hugo
except:
- master
- main
pages:
script:
@ -20,4 +20,4 @@ pages:
paths:
- public
only:
- master
- main