We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fdfd4 commit 5af1e63Copy full SHA for 5af1e63
.circleci/config.yml
@@ -381,20 +381,13 @@ workflows:
381
- create-docker-image:
382
requires:
383
- build-prod
384
- - deploy-production-approval:
385
- type: approval
386
- filters:
387
- branches:
388
- only:
389
- - master
390
- deploy-to-production:
391
392
- - deploy-production-approval
393
- create-docker-image
394
395
- lint
396
- typecheck
397
- # - test-integrations
+ - test-integrations
398
- test-jest
399
filters:
400
branches:
@@ -406,3 +399,7 @@ workflows:
406
407
- deploy-staging-approval
408
401
402
+ filters:
403
+ branches:
404
+ ignore:
405
+ - master
0 commit comments