diff --git a/.circleci/workflows.yml b/.circleci/workflows.yml index ad38c17de7..b69469b746 100644 --- a/.circleci/workflows.yml +++ b/.circleci/workflows.yml @@ -54,7 +54,7 @@ linuxArm64WorkflowFilters: &linux-arm64-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: [ 'chore/update_vue_test_utils', << pipeline.git.branch >> ] + - equal: [ 'chore/update_binary_branch', << pipeline.git.branch >> ] - matches: pattern: /^release\/\d+\.\d+\.\d+$/ value: << pipeline.git.branch >> diff --git a/scripts/binary/trigger-publish-binary-pipeline.js b/scripts/binary/trigger-publish-binary-pipeline.js index 1b3924fe38..a57cfa801d 100644 --- a/scripts/binary/trigger-publish-binary-pipeline.js +++ b/scripts/binary/trigger-publish-binary-pipeline.js @@ -10,7 +10,6 @@ const { getNextVersionForBinary } = require('../get-next-version') const { nextVersion } = await getNextVersionForBinary() const body = JSON.stringify({ - branch: 'release/14.0.0', parameters: { temp_dir: os.tmpdir(), sha: process.env.CIRCLE_SHA1,