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)