From dca73f201cdb39ae40365b308b1e311f45bf6443 Mon Sep 17 00:00:00 2001 From: Tomer Gabay Date: Tue, 5 Nov 2024 21:11:21 +0100 Subject: [PATCH] cicd pipeline runt nu ook op PRs naar release branches --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 194f1c32..d4410033 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -3,9 +3,9 @@ name: CICD on: workflow_dispatch: push: - branches: [main] + branches: [main, "release/**"] pull_request: - branches: [main] + branches: [main, "release/**"] jobs: CI: