@@ -27,7 +27,7 @@ mainBuildFilters: &mainBuildFilters
2727 branches :
2828 only :
2929 - develop
30- - tbiethman/electron-19
30+ - zachw/angular-ct-project-setup
3131
3232# usually we don't build Mac app - it takes a long time
3333# but sometimes we want to really confirm we are doing the right thing
@@ -36,7 +36,7 @@ macWorkflowFilters: &darwin-workflow-filters
3636 when :
3737 or :
3838 - equal : [ develop, << pipeline.git.branch >> ]
39- - equal : [ 'tbiethman/electron-19 ', << pipeline.git.branch >> ]
39+ - equal : [ 'zachw/angular-ct-project-setup ', << pipeline.git.branch >> ]
4040 - matches :
4141 pattern : " -release$"
4242 value : << pipeline.git.branch >>
@@ -45,7 +45,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
4545 when :
4646 or :
4747 - equal : [ develop, << pipeline.git.branch >> ]
48- - equal : [ 'tbiethman/electron-19 ', << pipeline.git.branch >> ]
48+ - equal : [ 'zachw/angular-ct-project-setup ', << pipeline.git.branch >> ]
4949 - matches :
5050 pattern : " -release$"
5151 value : << pipeline.git.branch >>
@@ -65,7 +65,7 @@ windowsWorkflowFilters: &windows-workflow-filters
6565 or :
6666 - equal : [ develop, << pipeline.git.branch >> ]
6767 - equal : [ linux-arm64, << pipeline.git.branch >> ]
68- - equal : [ 'tbiethman/electron-19 ', << pipeline.git.branch >> ]
68+ - equal : [ 'zachw/angular-ct-project-setup ', << pipeline.git.branch >> ]
6969 - matches :
7070 pattern : " -release$"
7171 value : << pipeline.git.branch >>
@@ -129,7 +129,7 @@ commands:
129129 - run :
130130 name : Check current branch to persist artifacts
131131 command : |
132- if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "tbiethman/electron-19 " ]]; then
132+ if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "zachw/angular-ct-project-setup " ]]; then
133133 echo "Not uploading artifacts or posting install comment for this branch."
134134 circleci-agent step halt
135135 fi
0 commit comments