Skip to content

Commit 4119aca

Browse files
committed
ci: deploying to stage and dev envs
1 parent 5e319d0 commit 4119aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ workflows:
230230
filters:
231231
branches:
232232
only:
233-
- milestone-20200924
233+
- feature/auth0-RS256-Idtoken
234234
- develop
235235
# This is alternate dev env for parallel testing
236236
- "build-test":
@@ -247,7 +247,6 @@ workflows:
247247
branches:
248248
only:
249249
- hot-fix
250-
- feature/auth0-RS256-Idtoken
251250
- community-app-tests-poc
252251
# This is beta env for production soft releases
253252
- "build-prod-beta":
@@ -264,6 +263,7 @@ workflows:
264263
branches:
265264
only:
266265
- develop
266+
- feature/auth0-RS256-Idtoken
267267
# Production builds are exectuted
268268
# when PR is merged to the master
269269
# Don't change anything in this configuration

0 commit comments

Comments
 (0)