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"