Skip to content

Commit a89c01a

Browse files
ci: deploy fix-dashboard-auth to Stag env
1 parent ed6cc14 commit a89c01a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ workflows:
237237
filters:
238238
branches:
239239
only:
240-
- fix-dashboard-auth
240+
- free
241241
# This is alternate dev env for parallel testing
242242
- "build-qa":
243243
context : org-global
@@ -260,6 +260,7 @@ workflows:
260260
branches:
261261
only:
262262
- develop
263+
- fix-dashboard-auth
263264
# Production builds are exectuted
264265
# when PR is merged to the master
265266
# Don't change anything in this configuration

0 commit comments

Comments
 (0)