From 5604a67c72b100a42efd995f74bb5f6baec4c005 Mon Sep 17 00:00:00 2001 From: Davi Sena Date: Mon, 27 Mar 2023 10:52:06 -0400 Subject: [PATCH] triggering codeql with develop branches --- .github/workflows/codeql.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a8857d4aa..0ef803afe 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,13 +13,11 @@ name: "CodeQL" on: push: - branches: [ "master" ] + branches: [ "master", develop] pull_request: # The branches below must be a subset of the branches above - branches: [ "master" ] - schedule: - - cron: '17 21 * * 6' - + branches: [ "master", develop] + jobs: analyze: name: Analyze