Update .gitlab-ci.yml file

This commit is contained in:
kris
2026-03-04 17:15:34 +00:00
parent 68f77a97a5
commit 562d8a90c8
+1 -1
View File
@@ -14,7 +14,7 @@ variables:
workflow:
rules:
# run untuk push & MR
# run untuk push & MR ke prod
- if: '$CI_PIPELINE_SOURCE == "push"'
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- when: never