From 1da82ac2dd41353c76522aecf6012b1269af91fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20DURR?= Date: Fri, 26 Aug 2022 23:31:33 +0200 Subject: [PATCH] Another regex --- .github/workflows/unittests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 23c58c63..11b8f9db 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -19,7 +19,8 @@ jobs: uses: technote-space/get-diff-action@v6 id: git-diff with: - PATTERNS: +/**/*.py + PATTERNS: | + **/*.py - name: Set up python if: steps.git-diff.outputs.diff