Skip to content

Commit 1f47d91

Browse files
committed
ci: deploy on stage and qa
1 parent b3f613d commit 1f47d91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ workflows:
230230
filters:
231231
branches:
232232
only:
233-
- develop
233+
- hot-fix
234234
# This is alternate dev env for parallel testing
235235
- "build-test":
236236
context : org-global
@@ -246,6 +246,7 @@ workflows:
246246
branches:
247247
only:
248248
- community-app-tests-poc
249+
- develop
249250
# This is beta env for production soft releases
250251
- "build-prod-beta":
251252
context : org-global

0 commit comments

Comments
 (0)