From 8d6fa616791ef314a2a1bbe7f08e597dd7046d9c Mon Sep 17 00:00:00 2001 From: meowjesty Date: Tue, 9 Apr 2024 17:35:51 -0300 Subject: [PATCH] Include tpl --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ada0ebe..031bf26 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,10 +5,12 @@ on: branches: [main] paths: - "**.yaml" + - "**.tpl" pull_request: branches: [main] paths: - "**.yaml" + - "**.tpl" jobs: sanity: