From 3df3b9f4dd518fa3a90eef9cf0cf02903e604ee2 Mon Sep 17 00:00:00 2001 From: AtofStryker Date: Fri, 26 Apr 2024 12:31:18 -0400 Subject: [PATCH] run windows build [run ci] --- .circleci/workflows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/workflows.yml b/.circleci/workflows.yml index 14208372cedf..859f28e24883 100644 --- a/.circleci/workflows.yml +++ b/.circleci/workflows.yml @@ -74,7 +74,7 @@ windowsWorkflowFilters: &windows-workflow-filters - equal: [ develop, << pipeline.git.branch >> ] # use the following branch as well to ensure that v8 snapshot cache updates are fully tested - equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ] - - equal: [ 'mschile/service_worker_uncontrolled', << pipeline.git.branch >> ] + - equal: [ 'chore/update_internal_browser_images', << pipeline.git.branch >> ] - matches: pattern: /^release\/\d+\.\d+\.\d+$/ value: << pipeline.git.branch >>