diff --git a/ci-templates/default.yml b/ci-templates/default.yml index 99595b5fe158139a89c02d0b616cc4c383d681b2..fe3bdc35aa9080b9eb4a1848aa56f6600f808484 100644 --- a/ci-templates/default.yml +++ b/ci-templates/default.yml @@ -17,7 +17,6 @@ stages: else export APP_VERSION=$DEFAULT_TAG fi - rules: - - if: $CI_COMMIT_REF_NAME == "main" - - if: $CI_COMMIT_REF_NAME == "develop" - - if: $CI_COMMIT_REF_NAME == "12-create-a-pipeline-to-build-and-publish-the-docker-image-in-gitlab-registry" \ No newline at end of file + # rules: + # - if: $CI_COMMIT_REF_NAME == "main" + # - if: $CI_COMMIT_REF_NAME == "develop" \ No newline at end of file