Skip to content

Commit 80bda72

Browse files
committed
Deploying SSF on beta
1 parent 1d21aae commit 80bda72

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -174,24 +174,21 @@ workflows:
174174
filters:
175175
branches:
176176
only:
177-
- develop
177+
- hot-fixes
178178
# This is alternate dev env for parallel testing
179179
- "build-test":
180180
context : org-global
181181
filters:
182182
branches:
183183
only:
184184
- hot-fixes
185-
- legacy-tco
186185
# This is beta env for production soft releases
187186
- "build-prod-beta":
188187
context : org-global
189188
filters:
190189
branches:
191190
only:
192-
- hot-fixes
193191
- develop
194-
- general-features
195192
# Production builds are exectuted only on tagged commits to the
196193
# master branch.
197194
- "build-prod":

0 commit comments

Comments
 (0)