Update .gitlab-ci.yml

This commit is contained in:
정훈 변
2024-07-25 15:32:39 +09:00
parent 14146125e3
commit 9ea3e17d01

View File

@@ -31,3 +31,6 @@ push:
variables:
- $CI_COMMIT_MESSAGE =~ /CI 수정/
- $CI_COMMIT_MESSAGE =~ /최초 업로드/
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"