From 50b9c886c0f93e0fe26856e5e99d0b406bbd80a4 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 1 Oct 2024 14:43:54 -0500 Subject: [PATCH] build: Add triggers --- nf-test.config | 1 + 1 file changed, 1 insertion(+) diff --git a/nf-test.config b/nf-test.config index 208636eda6..a2f1f5b8ad 100644 --- a/nf-test.config +++ b/nf-test.config @@ -3,6 +3,7 @@ config { workDir ".nf-test" configFile "conf/test.config" profile "test" + triggers 'nextflow.config', 'nf-test.config', 'conf/test.config', 'conf/test_full.config' plugins { load "nft-utils@0.0.1"