Skip to content

Commit 7b3dc44

Browse files
Deployed csp-headers to Beta and Test
1 parent 9b64015 commit 7b3dc44

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -343,14 +343,13 @@ workflows:
343343
branches:
344344
only:
345345
- develop
346-
- fix/infected-submission
347346
# This is alternate dev env for parallel testing
348347
- "build-test":
349348
context : org-global
350349
filters:
351350
branches:
352351
only:
353-
- ca-profile-bug-bash
352+
- csp-headers
354353
# This is alternate dev env for parallel testing
355354
- "build-qa":
356355
context : org-global
@@ -364,16 +363,14 @@ workflows:
364363
filters:
365364
branches:
366365
only:
367-
- new-tc-logo
366+
- csp-headers
368367
# This is stage env for production QA releases
369368
- "build-prod-staging":
370369
context : org-global
371370
filters: &filters-staging
372371
branches:
373372
only:
374373
- develop
375-
- features/mm-dashboard
376-
- fix/settings-save-fail
377374
# Production builds are exectuted
378375
# when PR is merged to the master
379376
# Don't change anything in this configuration

0 commit comments

Comments
 (0)