From c15d891a7b111152757d2e7293766bbe581fdcb1 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Tue, 2 Jan 2024 21:50:41 +0200 Subject: [PATCH] ci: run templates tests when `templates` directory has changes --- .github/workflows/templates-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/templates-test.yml b/.github/workflows/templates-test.yml index a0098725fe..7019d52323 100644 --- a/.github/workflows/templates-test.yml +++ b/.github/workflows/templates-test.yml @@ -11,6 +11,7 @@ on: paths: - '.github/workflows/templates-test.yml' - 'src/**' + - 'templates/**' env: RUST_BACKTRACE: 1