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