From 2ad06e8b383b74c743c4c7e22b619b22f5758612 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Fri, 29 Jul 2022 12:59:48 +0200 Subject: [PATCH] Reformat file --- .github/workflows/codeql-analysis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e03205c..46492bc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,10 +2,11 @@ name: analyse with CodeQL on: push: - branches: [ "main" ] + branches: + - main pull_request: - # The branches below must be a subset of the branches above - branches: [ "main" ] + branches: + - main schedule: - cron: '45 13 * * 5' @@ -21,7 +22,8 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'python' ] + language: + - python steps: - name: Checkout repository