From 14d34fede58f6e9d9073049fe403c3379a58a612 Mon Sep 17 00:00:00 2001 From: Mahinkumar <73975593+Mahinkumar@users.noreply.github.com> Date: Mon, 30 Dec 2024 09:02:44 +0530 Subject: [PATCH] Update Pipelines --- .github/workflows/Rust_Linux.yml | 2 +- .github/workflows/{Rust_windows.yml => Rust_Windows.yml} | 2 +- README.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) rename .github/workflows/{Rust_windows.yml => Rust_Windows.yml} (93%) diff --git a/.github/workflows/Rust_Linux.yml b/.github/workflows/Rust_Linux.yml index 9fd45e0..22e9a0d 100644 --- a/.github/workflows/Rust_Linux.yml +++ b/.github/workflows/Rust_Linux.yml @@ -1,4 +1,4 @@ -name: Rust +name: Linux Build on: push: diff --git a/.github/workflows/Rust_windows.yml b/.github/workflows/Rust_Windows.yml similarity index 93% rename from .github/workflows/Rust_windows.yml rename to .github/workflows/Rust_Windows.yml index 9a146aa..3a7991c 100644 --- a/.github/workflows/Rust_windows.yml +++ b/.github/workflows/Rust_Windows.yml @@ -1,4 +1,4 @@ -name: Rust Windows Build +name: Windows Build on: push: branches: [ "main" ] diff --git a/README.md b/README.md index bde2784..e2c0441 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ > The Processing algorithms are far from optimal and will undergo massive Improvements.
> Star the repository for progress updates. -![Rust Linux Worklflow](https://github.com/mahinkumar/Nano_image_server/actions/workflows/rust.yml/badge.svg) +![Rust-Linux Worklflow](https://github.com/mahinkumar/Nano_image_server/actions/workflows/Rust_Linux.yml/badge.svg) +![Rust-Windows Worklflow](https://github.com/mahinkumar/Nano_image_server/actions/workflows/Rust_Windows.yml/badge.svg) # Nano Image Server Nano Image Server is a tiny, blazingly fast service to serve images with support for image operation on fly.