From f780a9d49c4e915749136d0665fe41784a31321e Mon Sep 17 00:00:00 2001 From: "snorkell-ai[bot]" <146478655+snorkell-ai[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 23:17:46 +0000 Subject: [PATCH] [Snorkell.ai]: Adding run config --- .snorkell.config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .snorkell.config.json diff --git a/.snorkell.config.json b/.snorkell.config.json new file mode 100644 index 0000000..3e4cf72 --- /dev/null +++ b/.snorkell.config.json @@ -0,0 +1,3 @@ +{ + "branch": ["main", "master"] +} \ No newline at end of file