From 701afe00ecb49e59d4cd1c564480bc68c4ad1e63 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 2 Feb 2022 09:42:28 +0000 Subject: [PATCH] [jjbb] enable tag releases in Jenkins --- .ci/jobs/apm-aws-lambda-mbp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/jobs/apm-aws-lambda-mbp.yml b/.ci/jobs/apm-aws-lambda-mbp.yml index 7b08b862..79d3b6e7 100644 --- a/.ci/jobs/apm-aws-lambda-mbp.yml +++ b/.ci/jobs/apm-aws-lambda-mbp.yml @@ -13,7 +13,7 @@ discover-pr-forks-trust: permission discover-pr-origin: merge-current discover-tags: true - head-filter-regex: '(main|PR-.*)' + head-filter-regex: '(main|PR-.*|v\d+\.\d+\.\d+.*)' notification-context: 'apm-ci' repo: apm-aws-lambda repo-owner: elastic