replace master with main in CI config
This commit is contained in:
parent
43dc30a3db
commit
b931e18d85
|
@ -11,7 +11,7 @@ test:
|
|||
script:
|
||||
- hugo
|
||||
except:
|
||||
- master
|
||||
- main
|
||||
|
||||
pages:
|
||||
script:
|
||||
|
@ -20,4 +20,4 @@ pages:
|
|||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
|
|
Loading…
Reference in New Issue