From 64317be6864227257f4fd3246edd93247059b6fe Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Tue, 29 Aug 2023 16:16:02 +0200 Subject: [PATCH] Change branche to analyze code --- .github/workflows/codeql-analysis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 28eb99c..e9cfab7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,12 +13,12 @@ name: "CodeQL" on: push: - branches: [ master ] + branches: [ dev, 'dependabot/**' ] pull_request: # The branches below must be a subset of the branches above - branches: [ master, 'dependabot/**' ] - schedule: - - cron: '00 3 * * 6' + branches: [ dev, 'dependabot/**' ] + # schedule: + # - cron: '00 3 * * 6' jobs: analyze: