From 5b7f93e14e43cc98bcba2ed9a08762306f0669e5 Mon Sep 17 00:00:00 2001 From: Songtronix Date: Fri, 22 May 2020 18:11:58 +0200 Subject: [PATCH] change(ci): trigger CI if changes were made to it --- .gitlab/CI/recompile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/CI/recompile.yml b/.gitlab/CI/recompile.yml index 75c8ce78f0..86d1e08783 100644 --- a/.gitlab/CI/recompile.yml +++ b/.gitlab/CI/recompile.yml @@ -4,3 +4,5 @@ - changes: - "*.{rs,ron,toml,vox,png}" - "rust-toolchain" + - ".gitlab-ci.yml" + - "*.gitlab-ci.yml"