From 0524e9cacfc0a8d5535e8a1cc5a52c8b07f5b62e Mon Sep 17 00:00:00 2001
From: hollum <hollum@hotmail.com>
Date: Thu, 17 Feb 2022 15:39:26 +0100
Subject: [PATCH] dsafdsdasgdsafgdsaa

---
 gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gitlab-ci.yml b/gitlab-ci.yml
index 04ff5de..3865d39 100644
--- a/gitlab-ci.yml
+++ b/gitlab-ci.yml
@@ -4,8 +4,6 @@ stages:
 
 test:
   image: python:3.8
-  only:
-    - master
   stage: test
   script:
   # this configures Django application to use attached postgres database that is run on `postgres` hostsdsss
@@ -23,5 +21,3 @@ staging:
     - gem install dpl
     - dpl --provider=heroku --app=tdt4242-base-frontend --api-key=$HEROKU_STAGING_API_KEY
     - dpl --provider=heroku --app=tdt4242-base-backend --api-key=$HEROKU_STAGING_API_KEY
-  only:
-    - master
-- 
GitLab