From 5a23df748dcb89845f3bee68a12452b574b87e55 Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Mon, 23 May 2022 13:15:31 +0200 Subject: [PATCH] Enable CI for pull requests in release branches Signed-off-by: Johann Hoffmann --- .github/workflows/ci.yml | 1 + .github/workflows/cleanup.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f46ee9..80b06f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ on: pull_request: branches: - main + - 'release/*' defaults: run: diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 11122c4..a252d2e 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - main + - 'release/*' types: [ closed ] defaults: