diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f969aac..37c067d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ linux64: paths: - $EXPORT_NAME_$CI_COMMIT_SHORT_SHA only: - - merge_requests + - stable windows: stage: export @@ -49,7 +49,7 @@ windows: paths: - $EXPORT_NAME_$CI_COMMIT_SHORT_SHA only: - - merge_requests + - stable mac: stage: export @@ -63,4 +63,4 @@ mac: paths: - $EXPORT_NAME_$CI_COMMIT_SHORT_SHA only: - - merge_requests + - stable