Skip to content
Snippets Groups Projects
Commit c9507c2a authored by Aymeric Chaumont's avatar Aymeric Chaumont
Browse files

removed staging deploy on main

parent 14e65054
Branches
No related tags found
1 merge request!55removed staging deploy on main
Pipeline #44476 passed
...@@ -208,6 +208,8 @@ deploy-back-staging: ...@@ -208,6 +208,8 @@ deploy-back-staging:
rules: rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: never when: never
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: never
- if: $CI_COMMIT_BRANCH - if: $CI_COMMIT_BRANCH
when: always when: always
variables: variables:
...@@ -222,6 +224,8 @@ deploy-front-staging: ...@@ -222,6 +224,8 @@ deploy-front-staging:
rules: rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: never when: never
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: never
- if: $CI_COMMIT_BRANCH - if: $CI_COMMIT_BRANCH
when: always when: always
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment