From 3bde14c628031203e56464c71740a9137fb33719 Mon Sep 17 00:00:00 2001
From: Rob Swindell <rob@synchro.net>
Date: Thu, 26 Jan 2023 12:05:57 -0800
Subject: [PATCH] Trigger CI builds on any C/C++ source or makefile changes in
 xtrn/*

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 42f09a0f68..1e7ad01849 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,8 @@
       - src/**/*
       - 3rdp/**/*
       - ctrl/text.dat
+      - xtrn/**/{GNUm,M}akefile
+      - xtrn/**/*.{c,h,cpp,hpp,mk}
 
 sbbs-linux:
   tags: [Linux]
-- 
GitLab