theres no master branch

This commit is contained in:
Abraham Toriz 2022-10-30 23:40:41 -06:00
parent f4e733f9b8
commit aaf5f89c86
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ build-doc:
- make man
- gzip build/man/tiempo.1
rules:
- if: $CI_COMMIT_BRANCH == "master"
- if: $CI_COMMIT_BRANCH == "main"
- if: $CI_COMMIT_TAG =~ /^v*/
artifacts:
paths:
@ -41,7 +41,7 @@ publish-doc:
- ssh-add <(echo "$PRIVATE_KEY")
- scp -r docs/build/html/* $SERVER_USER@$SERVER_HOST:$APP_PATH
rules:
- if: $CI_COMMIT_BRANCH == "master"
- if: $CI_COMMIT_BRANCH == "main"
build:
stage: build