@@ -27,7 +27,7 @@ mainBuildFilters: &mainBuildFilters
27
27
branches :
28
28
only :
29
29
- develop
30
- - ' ryanm/fix/migrating-to-11-from-9- typescript'
30
+ - ' ryanm/fix/typescript-issue '
31
31
32
32
# usually we don't build Mac app - it takes a long time
33
33
# but sometimes we want to really confirm we are doing the right thing
@@ -36,7 +36,7 @@ macWorkflowFilters: &darwin-workflow-filters
36
36
when :
37
37
or :
38
38
- equal : [ develop, << pipeline.git.branch >> ]
39
- - equal : [ 'ryanm/fix/migrating-to-11-from-9- typescript', << pipeline.git.branch >> ]
39
+ - equal : [ 'ryanm/fix/typescript-issue ', << pipeline.git.branch >> ]
40
40
- matches :
41
41
pattern : " -release$"
42
42
value : << pipeline.git.branch >>
@@ -45,7 +45,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
45
45
when :
46
46
or :
47
47
- equal : [ develop, << pipeline.git.branch >> ]
48
- - equal : [ 'ryanm/fix/migrating-to-11-from-9- typescript', << pipeline.git.branch >> ]
48
+ - equal : [ 'ryanm/fix/typescript-issue ', << pipeline.git.branch >> ]
49
49
- matches :
50
50
pattern : " -release$"
51
51
value : << pipeline.git.branch >>
@@ -63,7 +63,7 @@ windowsWorkflowFilters: &windows-workflow-filters
63
63
when :
64
64
or :
65
65
- equal : [ develop, << pipeline.git.branch >> ]
66
- - equal : [ 'ryanm/fix/migrating-to-11-from-9- typescript', << pipeline.git.branch >> ]
66
+ - equal : [ 'ryanm/fix/typescript-issue ', << pipeline.git.branch >> ]
67
67
- matches :
68
68
pattern : " -release$"
69
69
value : << pipeline.git.branch >>
@@ -130,7 +130,7 @@ commands:
130
130
- run :
131
131
name : Check current branch to persist artifacts
132
132
command : |
133
- if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "ryanm/fix/migrating-to-11-from-9- typescript" ]]; then
133
+ if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "ryanm/fix/typescript-issue " ]]; then
134
134
echo "Not uploading artifacts or posting install comment for this branch."
135
135
circleci-agent step halt
136
136
fi
0 commit comments