From 6acf8d640419bde2d79889b2dd24c940b9966ec8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:05:42 +0200 Subject: [PATCH] chore(backport): chore(actions): Run for v4.* branch (#4682) backport for v4.3 (#4683) Co-authored-by: Pepe Fagoaga --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/pull-request.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fc184ac7e1..66a09042e9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ "master", "v3" ] + branches: [ "master", "v3", "v4.*" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "master", "v3" ] + branches: [ "master", "v3", "v4.*" ] schedule: - cron: '00 12 * * *' diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 64560a6b44..819506b116 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -5,10 +5,12 @@ on: branches: - "master" - "v3" + - "v4.*" pull_request: branches: - "master" - "v3" + - "v4.*" jobs: build: runs-on: ubuntu-latest