Skip to content

Commit 8c9b0c1

Browse files
authored
ci: deploying on beta and dev
1 parent 4e1e52b commit 8c9b0c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ workflows:
174174
filters:
175175
branches:
176176
only:
177-
- this-is-before-comcast
177+
- develop
178178
# This is alternate dev env for parallel testing
179179
- "build-test":
180180
context : org-global
@@ -188,7 +188,7 @@ workflows:
188188
filters:
189189
branches:
190190
only:
191-
- hot-fix-accessing-comcast
191+
- develop
192192
# Production builds are exectuted only on tagged commits to the
193193
# master branch.
194194
- "build-prod":

0 commit comments

Comments
 (0)