From 98995d09a1696400772ccdbeaa6d5d394ba4cc56 Mon Sep 17 00:00:00 2001 From: Pascal Perrenoud Date: Fri, 12 Sep 2025 11:08:39 +0200 Subject: [PATCH] CI: update trigger path --- .woodpecker/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index fa20115..837b562 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -1,6 +1,6 @@ when: - path: - include: ['src/**/*.ts'] + include: ['**/*.{js,jsx,ts,tsx}'] steps: install: