Skip to content

Commit

Permalink
Update 16.Environnement.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicPatho authored Feb 26, 2024
1 parent bd3614b commit 2b7230b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 16.Environnement.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ deploy_review:
name: review/$CI_COMMIT_REF_NAME
url: https://$CI_COMMIT_REF_NAME.example.com
rules:
- if: $CI_COMMIT_REF_NAME == "main"
- if: $CI_COMMIT_REF_NAME == "main" && $CI_PIPELINE_SOURCE == "merge_request_event"
when: never
- if: $CI_COMMIT_REF_NAME == "develop"
when: never
Expand Down

0 comments on commit 2b7230b

Please sign in to comment.