From de0c426e5e96e1d35dfa2ef268f79eda938f3232 Mon Sep 17 00:00:00 2001 From: Bruno Miranda Date: Fri, 24 May 2024 13:23:36 -0400 Subject: [PATCH] Update codeql.yml Run on my test branch as well. --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a68826f..cc016fe 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,9 +13,9 @@ name: "CodeQL" on: push: - branches: [ "master" ] + branches: [ "master", "brupm-testing-our-codeql" ] pull_request: - branches: [ "master" ] + branches: [ "master", "brupm-testing-our-codeql" ] schedule: - cron: '17 14 * * 0'