From 875d173f7a682257c732b589b41a6d165c86c556 Mon Sep 17 00:00:00 2001 From: Adamo Date: Mon, 9 Dec 2024 12:43:13 +0100 Subject: [PATCH] [DSC-1899] Updated bitbucket-pipelines.yml with prod --- bitbucket-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 921b4c9b034..0f19b2b7d20 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -22,6 +22,8 @@ pipelines: branches: 'dspace-cris-2023_02_x': - step: *unittest-code-checks + 'prod/**': + - step: *unittest-code-checks pull-requests: '**': - step: *unittest-code-checks