diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8b9e8d5..05aed6cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,6 @@ deploy-staging: script: - make deploy-staging rules: - - if: '$CI_COMMIT_BRANCH == "master"' + - if: '$CI_COMMIT_BRANCH == "main"' when: on_success allow_failure: false