From f0047cf5a75f638d50748051ae3b1d20ecddbec1 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Wed, 7 Aug 2024 14:11:38 +0200 Subject: [PATCH] chore(actions): Run for v4.* branch (#4682) --- .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