Skip to content

Commit 21cefe7

Browse files
committed
remove branch build
1 parent 0a01ef7 commit 21cefe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/binary/trigger-publish-binary-pipeline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { getNextVersionForBinary } = require('../get-next-version')
1111

1212
const body = JSON.stringify({
1313
// This branch is the branch of the `cypress-publish-binary` repository
14-
branch: 'chore/update_images',
14+
// branch: 'main',
1515
parameters: {
1616
temp_dir: os.tmpdir(),
1717
sha: process.env.CIRCLE_SHA1,

0 commit comments

Comments
 (0)