From a77a2fe6ab2f111281cbed7bfa41c850b391b679 Mon Sep 17 00:00:00 2001 From: Elle Sullivan Date: Mon, 4 Nov 2024 17:03:48 +0000 Subject: [PATCH] Test to see if branch rules work --- .github/workflows/pir_end_to_end_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pir_end_to_end_tests.yml b/.github/workflows/pir_end_to_end_tests.yml index 34bc5fb75a..9b9102570f 100644 --- a/.github/workflows/pir_end_to_end_tests.yml +++ b/.github/workflows/pir_end_to_end_tests.yml @@ -23,6 +23,7 @@ jobs: if: | startsWith(github.base_ref, 'release/') || startsWith(github.base_ref, 'hotfix/') || + startsWith(github.base_ref, 'loremattei/') || contains(toJson(github.event.pull_request.files.*.filename), 'DBPE2ETests/') || contains(toJson(github.event.pull_request.files.*.filename), 'LocalPackages/DataBrokerProtection/') || contains(toJson(github.event.pull_request.files.*.filename), 'LocalPackages/DataBrokerProtection/') ||