Skip to content

Commit bbdbaa5

Browse files
authored
changed branch name (#246)
1 parent 5c0b7d0 commit bbdbaa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build-job:
2222
image: "$MKDOCS_IMAGE_URL:$MKDOCS_IMAGE_VERSION"
2323
stage: build
2424
rules:
25-
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main"
25+
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
2626
when: never
2727
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
2828
when: never
@@ -64,7 +64,7 @@ build-job:
6464
deploy-draft-job:
6565
stage: deploy
6666
rules:
67-
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main"
67+
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
6868
when: never
6969
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
7070
when: never

0 commit comments

Comments
 (0)