From 91939100c44a45e4a99dd40ef53eb978156be51c Mon Sep 17 00:00:00 2001 From: MichalKalke Date: Tue, 7 May 2024 15:13:00 +0200 Subject: [PATCH] Adjust lint paths --- .github/workflows/lint.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 6192880ae..1f24e49c1 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -3,9 +3,9 @@ name: Lint test on: pull_request: paths: - - 'components/operator' - - 'components/serverless' - - '.github' + - 'components/operator/**' + - 'components/serverless/**' + - '.github/**' types: - opened - reopened