We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1100a commit ba6d2afCopy full SHA for ba6d2af
.circleci/config.yml
@@ -175,24 +175,22 @@ workflows:
175
branches:
176
only:
177
- develop
178
- - hot-fix
179
- - survey_tc
180
- - fix-groups-updates
181
- - sort_registrations_submissions
182
# This is alternate dev env for parallel testing
183
- "build-test":
184
context : org-global
185
filters:
186
187
188
+ - feature-m2m-token
189
# This is beta env for production soft releases
190
- "build-prod-beta":
191
192
193
194
195
196
# Production builds are exectuted only on tagged commits to the
197
# master branch.
198
- "build-prod":
0 commit comments