From a826a08ec9ef4f090c7abde37978a1fd34108680 Mon Sep 17 00:00:00 2001
From: Daya Adianto <dayaadianto@cs.ui.ac.id>
Date: Tue, 14 Nov 2023 20:24:48 +0700
Subject: [PATCH] Temporarily switch to branch pipelines

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 724a7eae..030fad68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ variables:
 include:
   - template: Jobs/Secret-Detection.gitlab-ci.yml
   - template: Jobs/Dependency-Scanning.latest.gitlab-ci.yml
-  - template: Workflows/MergeRequest-Pipelines.gitlab-ci.yml
+  - template: Workflows/Branch-Pipelines.gitlab-ci.yml
   - local: .gitlab/ci/deploy.gitlab-ci.yml
 
 stages:
-- 
GitLab