Skip to content

Commit 3bf8993

Browse files
committed
update
1 parent 3526862 commit 3bf8993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/src/pipeline/workflows/@main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ linux-x64:
55
- equal: [ develop, << pipeline.git.branch >> ]
66
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
77
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
8-
- equal: [ 'chore/bundle_package_root', << pipeline.git.branch >> ]
8+
- equal: [ 'feat/cy-prompt', << pipeline.git.branch >> ]
99
- matches:
1010
pattern: /^release\/\d+\.\d+\.\d+$/
1111
value: << pipeline.git.branch >>
@@ -309,7 +309,7 @@ linux-x64:
309309
- /^release\/\d+\.\d+\.\d+$/
310310
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
311311
- 'update-v8-snapshot-cache-on-develop'
312-
- 'chore/refactor_cli_to_ts'
312+
- 'feat/cy-prompt'
313313
context: test-runner:npm-release
314314
requires:
315315
- ready-to-release

0 commit comments

Comments
 (0)