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:
MTRNord 2020-08-01 15:55:41 +02:00
parent a6adb791c6
commit f6a253de88
No known key found for this signature in database
GPG Key ID: F19CAAD4175E0579
1 changed files with 3 additions and 3 deletions

View File

@ -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