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: script:
- hugo - hugo
except: except:
- master - main
pages: pages:
script: script:
@ -20,4 +20,4 @@ pages:
paths: paths:
- public - public
only: only:
- master - main