From 9bce17e566a2f1b748bc9a5d3df9eedb7e450ccf Mon Sep 17 00:00:00 2001 From: Francesco Ceccon Date: Sat, 31 Aug 2024 09:35:51 +0200 Subject: [PATCH] Run CI on backport --- .github/workflows/cd-check.yml | 2 +- .github/workflows/ci-pipeline.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd-check.yml b/.github/workflows/cd-check.yml index 66680840..51433235 100644 --- a/.github/workflows/cd-check.yml +++ b/.github/workflows/cd-check.yml @@ -10,7 +10,7 @@ on: pull_request: branches: - "release" - - "release/*" + - "backport-release/*" types: - opened - synchronize diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index c825bc88..df5789fc 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -14,6 +14,10 @@ on: - opened - synchronize + push: + branches: + - "backport/*" + jobs: check: name: "Checks"