Skip to content

Commit ba6d2af

Browse files
committed
deplyong on test and beta
1 parent dd1100a commit ba6d2af

File tree

3 files changed

+2331
-3073
lines changed

3 files changed

+2331
-3073
lines changed

.circleci/config.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -175,24 +175,22 @@ workflows:
175175
branches:
176176
only:
177177
- develop
178-
- hot-fix
179-
- survey_tc
180-
- fix-groups-updates
181-
- sort_registrations_submissions
182178
# This is alternate dev env for parallel testing
183179
- "build-test":
184180
context : org-global
185181
filters:
186182
branches:
187183
only:
188184
- develop
185+
- feature-m2m-token
189186
# This is beta env for production soft releases
190187
- "build-prod-beta":
191188
context : org-global
192189
filters:
193190
branches:
194191
only:
195192
- develop
193+
- feature-m2m-token
196194
# Production builds are exectuted only on tagged commits to the
197195
# master branch.
198196
- "build-prod":

0 commit comments

Comments
 (0)