From 85c065108fce2bdcd066ea8b2d244c8b10ef3eb7 Mon Sep 17 00:00:00 2001
From: Nicolas Pope <nicolas.pope@utu.fi>
Date: Sat, 7 May 2022 09:17:28 +0100
Subject: [PATCH] Remove the only config

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e4e183..f2b4ab7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,9 +14,6 @@ flawfinder-sast:
   stage: test
   needs: []
   dependencies: []
-  only:
-    - main
-    - merge_requests
 
 include:
 - template: Security/SAST.gitlab-ci.yml
-- 
GitLab