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:
|
||||
- doc/api/
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
|
||||
build-doc:
|
||||
tags:
|
||||
|
@ -83,7 +83,7 @@ build-doc:
|
|||
paths:
|
||||
- doc-public
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
|
||||
pages:
|
||||
tags:
|
||||
|
@ -101,4 +101,4 @@ pages:
|
|||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
- main
|
Loading…
Reference in a new issue