diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36458ff..33c4799 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file + - main \ No newline at end of file