From 081125f7893873a7884b54746fb40305228324f9 Mon Sep 17 00:00:00 2001 From: Lyn Fugmann Date: Sun, 6 Oct 2024 23:15:46 +0200 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 45d3be9..80d1b07 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,6 @@ npm run start A nix development shell that provides all required tools for developing and building the project is provided for convenience. Using it is by no means required, although we encourage it. You can activate the devShell using `nix develop` – or automatically, whenever entering/leaving this project's directory, using direnv (run `direnv allow` once). + +## CI Pipeline +Our CI will automatically build and publish any changes on `main`. So hopefully, the barrier for making changes is reduced further :).