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 c5a2eed commit 7bc3319Copy full SHA for 7bc3319
.circleci/config.yml
@@ -423,17 +423,28 @@ workflows:
423
only: /.*/
424
- test_pytest:
425
filters:
426
+ branches:
427
+ ignore: /^(ci\/)?travis.*/
428
tags:
429
430
requires:
431
- compare_base_dockerfiles
432
- test_py3_fmri_fsl_spm:
433
+ filters:
434
435
436
437
438
- test_py3_fmri_spm_dartel_multiproc:
439
440
441
442
443
444
- test_fmri_spm_nested_fsl_feeds:
445
446
447
448
449
450
- deploy_dockerhub:
0 commit comments