From 7c7d31105b4e8aae276f933e85f35c7f9bad0284 Mon Sep 17 00:00:00 2001 From: yinheli Date: Wed, 14 Jul 2021 15:15:57 +0800 Subject: [PATCH] update codeql-analysis --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9346628..4e7e61a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ master ] + branches: [ master, develop ] pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + branches: [ master, develop ] schedule: - cron: '22 15 * * 0'