repo!: Make CI ready for change from master to main.
BREAKING CHANGE: This only works with main as the default instead of master
This commit is contained in:
parent
a6adb791c6
commit
f6a253de88
|
@ -68,7 +68,7 @@ build-api-doc:
|
||||||
paths:
|
paths:
|
||||||
- doc/api/
|
- doc/api/
|
||||||
only:
|
only:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
build-doc:
|
build-doc:
|
||||||
tags:
|
tags:
|
||||||
|
@ -83,7 +83,7 @@ build-doc:
|
||||||
paths:
|
paths:
|
||||||
- doc-public
|
- doc-public
|
||||||
only:
|
only:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
tags:
|
tags:
|
||||||
|
@ -101,4 +101,4 @@ pages:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- main
|
Loading…
Reference in a new issue