We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e319d0 commit 4119acaCopy full SHA for 4119aca
.circleci/config.yml
@@ -230,7 +230,7 @@ workflows:
230
filters:
231
branches:
232
only:
233
- - milestone-20200924
+ - feature/auth0-RS256-Idtoken
234
- develop
235
# This is alternate dev env for parallel testing
236
- "build-test":
@@ -247,7 +247,6 @@ workflows:
247
248
249
- hot-fix
250
- - feature/auth0-RS256-Idtoken
251
- community-app-tests-poc
252
# This is beta env for production soft releases
253
- "build-prod-beta":
@@ -264,6 +263,7 @@ workflows:
264
263
265
266
267
# Production builds are exectuted
268
# when PR is merged to the master
269
# Don't change anything in this configuration
0 commit comments