From 22347031728c39241ef5ed5a9615019a48ae1a43 Mon Sep 17 00:00:00 2001 From: Cacie Prins Date: Mon, 13 Jan 2025 16:12:41 -0500 Subject: [PATCH] build windows binary --- .circleci/workflows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/workflows.yml b/.circleci/workflows.yml index ff984f6faa18..79c4f8933ca2 100644 --- a/.circleci/workflows.yml +++ b/.circleci/workflows.yml @@ -80,6 +80,7 @@ windowsWorkflowFilters: &windows-workflow-filters # 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: [ 'ryanm/chore/electron-33-upgrade', << pipeline.git.branch >> ] + - equal: [ 'cacie/fix-hook-test-stack-analysis', << pipeline.git.branch >> ] - matches: pattern: /^release\/\d+\.\d+\.\d+$/ value: << pipeline.git.branch >>