From 3e835bd22778316f97c7a216c7e86a5d1a87d9cd 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 4b99ddb91dd..97b4c2b6d8e 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -22,6 +22,8 @@ pipelines: branches: 'main-cris': - step: *unittest-code-checks + 'prod/**': + - step: *unittest-code-checks pull-requests: '**': - step: *unittest-code-checks