From 95a412f76494c0d0068c68e01a136b6d3b47ceb9aee772aea4a249bfe6eed4b8 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Thu, 17 Apr 2025 15:52:47 +0200 Subject: [PATCH] Adding config file --- workflow.config | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 workflow.config diff --git a/workflow.config b/workflow.config new file mode 100644 index 0000000..ec741be --- /dev/null +++ b/workflow.config @@ -0,0 +1,4 @@ +{ + "Workflows": ["direct", "pr"], + "Organization": "dhcp", +}