Skip to content

Commit ec036f1

Browse files
author
Mir Jalal Hashimli
committed
Update .gitlab-ci.yml file
1 parent d70a3dd commit ec036f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ publish:
8181
rules:
8282
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
8383
when: on_success
84-
- if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH'
84+
- if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE != "merge_request_event"'
8585
when: manual
8686
- when: never

0 commit comments

Comments
 (0)