From 2843c099a3cc94177186bfe9a2c9d822f89ac542 Mon Sep 17 00:00:00 2001 From: "neetoci[bot]" <140533707+neetoci[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 12:39:57 +0000 Subject: [PATCH] Added NeetoCI workflow config --- .neetoci/single-job.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .neetoci/single-job.yml diff --git a/.neetoci/single-job.yml b/.neetoci/single-job.yml new file mode 100644 index 00000000..760417d9 --- /dev/null +++ b/.neetoci/single-job.yml @@ -0,0 +1,8 @@ +--- +plan_slug: standard-2 +triggers: +- event: branch + branch_name: main +- event: pull_request +commands: +- checkout