diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d8156d50cf5ff8e5a57b9fa6121c2ad991fcc318..aaed22da378df7647c23c5244b23fc4c2fdf0d9f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,12 +77,11 @@ django-tests:
     - python3 manage.py test
 
 
-
 deploy-railway:
   stage: deploy
   image: ubuntu
   only:
-    - master
+    - main
   script:
     - apt-get clean
     - apt-get -o Acquire::ForceIPv4=true update