replace master with main in CI config
This commit is contained in:
parent
43dc30a3db
commit
b931e18d85
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue