We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84fb97 commit ad9f3f2Copy full SHA for ad9f3f2
.circleci/config.yml
@@ -174,7 +174,7 @@ workflows:
174
filters:
175
branches:
176
only:
177
- - comcast-community
+ - develop
178
# This is alternate dev env for parallel testing
179
- "build-test":
180
context : org-global
@@ -188,8 +188,13 @@ workflows:
188
189
190
191
192
- # Production builds are exectuted only on tagged commits to the
+
193
+ # Production builds are exectuted
194
+ # when PR is merged to the master
195
+ # Don't change anything in this configuration
196
+ # That might trigger wrong branch to be
197
+ # deployed on the production
198
# master branch.
199
- "build-prod":
200
0 commit comments