Skip to content

Commit a5ab281

Browse files
authored
ci: deploying on dev branch
1 parent d56f801 commit a5ab281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,14 @@ workflows:
202202
filters:
203203
branches:
204204
only:
205-
- hot-fix-hall-of-fame
205+
- develop
206206
# This is alternate dev env for parallel testing
207207
- "build-test":
208208
context : org-global
209209
filters:
210210
branches:
211211
only:
212-
- develop
212+
- hot-fix
213213
# This is beta env for production soft releases
214214
- "build-prod-beta":
215215
context : org-global

0 commit comments

Comments
 (0)