From 0b0cdd3ae48456e85a6054a78911b88f0525c094 Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 30 Mar 2022 06:20:20 -0400 Subject: [PATCH] add staging branch to codeql --- .github/workflows/codeql-analysis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fbd41b77..67007416 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,14 @@ name: "CodeQL" on: push: - branches: [ master ] + branches: + - master + - staging pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + branches: + - master + - staging schedule: - cron: '42 19 * * 0'