From 322cc4841954aa7ad1b58ee6d6e223ab17ec41d0 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Thu, 6 Jun 2024 13:39:34 -0700 Subject: [PATCH] chore(actions): run codeql on PRs to release (#13460) Co-authored-by: Ashwin Kumar --- .github/workflows/codeql.yml | 2 +- .github/workflows/push-integ-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1bbdab5239a..5b5b8865166 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -5,7 +5,7 @@ on: push: branches: ['*'] pull_request: - branches: ['main', 'next/main', 'next/release'] + branches: ['main', 'release', 'next/main', 'next/release'] schedule: # Run every Tuesday at midnight GMT - cron: '0 0 * * 2' diff --git a/.github/workflows/push-integ-test.yml b/.github/workflows/push-integ-test.yml index a56ca5db116..03e43dd2865 100644 --- a/.github/workflows/push-integ-test.yml +++ b/.github/workflows/push-integ-test.yml @@ -8,7 +8,7 @@ concurrency: on: push: branches: - - next/main + - replace-with-your-branch jobs: e2e: