diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index e74e4aedb362cf60ae35d0fd3a4f99f90650774b..6cc5558584100355af29986c5cae55846bcba116 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: