Update .gitlab-ci.yml

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

View File

@@ -30,4 +30,7 @@ push:
except:
variables:
- $CI_COMMIT_MESSAGE =~ /CI 수정/
- $CI_COMMIT_MESSAGE =~ /최초 업로드/
- $CI_COMMIT_MESSAGE =~ /최초 업로드/
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"