From 1995e5310d6bec3000bf7685e842769137e359c5 Mon Sep 17 00:00:00 2001 From: quirinecker Date: Sat, 15 Nov 2025 15:23:27 +0100 Subject: [PATCH] conditional workflow is activated again, also removed note at the top of the readme --- .github/workflows/rust_deploy.yml | 2 ++ README.md | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust_deploy.yml b/.github/workflows/rust_deploy.yml index 18cd615..f239d46 100644 --- a/.github/workflows/rust_deploy.yml +++ b/.github/workflows/rust_deploy.yml @@ -3,6 +3,8 @@ name: Deploy Rust to Crates.io on: push: branches: ["main"] + paths: + - "./Cargo.toml" env: CARGO_TERM_COLOR: always diff --git a/README.md b/README.md index 6a687db..16df200 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ # Docki -> [!NOTE] -> This project is under renovations. It can be used, but it might not be completely stable yet. - - ## Preview ![screencast](.github/assets/screencast.gif)