From c474704fcfac1c24bd6fde7f69db69195b6a234a Mon Sep 17 00:00:00 2001 From: Mike Haller Date: Fri, 16 Jun 2023 10:52:00 +0200 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 44eefd8..ff74157 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -14,7 +14,8 @@ name: "CodeQL" on: push: - branches: [ "main" ] + paths: + - kuksa-carsim/**/*.py pull_request: # The branches below must be a subset of the branches above branches: [ "main" ]