From 640a3a1e421caa0b2de3e7dfb072a711e4923a9f Mon Sep 17 00:00:00 2001 From: Francis CLAIRICIA-ROSE-CLAIRE-JOSEPHINE Date: Sun, 20 Oct 2024 19:54:20 +0200 Subject: [PATCH] CI (Lint): lint.yml was always using wrong event trigger filter --- .github/workflows/lint.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 10cf2bf0..4f995c91 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,9 +11,11 @@ on: branches: - main paths: + - 'benchmark_server/**.py' + - 'docs/**.py' + - 'micro_benchmarks/**.py' - 'src/**.pyi?' - 'tests/**.pyi?' - - 'benchmark/**' - 'tox.ini' - 'pyproject.toml' - 'pdm.lock' @@ -25,9 +27,11 @@ on: tags-ignore: - '*' paths: + - 'benchmark_server/**.py' + - 'docs/**.py' + - 'micro_benchmarks/**.py' - 'src/**.pyi?' - 'tests/**.pyi?' - - 'benchmark/**' - 'tox.ini' - 'pyproject.toml' - 'pdm.lock'