From 013bfbdcb556751afcee315cf7359c51fcd59f9f Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Wed, 23 Dec 2020 08:59:16 +0800
Subject: [PATCH] Enable lcg98 in the CI.

---
 .github/workflows/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index e74e4aed..6cc55585 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -6,9 +6,9 @@ name: CI
 on:
   # Triggers the workflow on push or pull request events but only for the master branch
   push:
-    branches: [ master ]
+    branches: [ master, lcg98 ]
   pull_request:
-    branches: [ master ]
+    branches: [ master, lcg98 ]
 
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch:
-- 
GitLab