From f71d278c38dc4c9417b18ff682f73c6ddf0213ed Mon Sep 17 00:00:00 2001 From: Charles Schleich Date: Tue, 1 Oct 2024 17:28:31 +0200 Subject: [PATCH] rename ci to build-rs-ts --- .github/workflows/{ci.yml => build-ts-rs.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{ci.yml => build-ts-rs.yml} (99%) diff --git a/.github/workflows/ci.yml b/.github/workflows/build-ts-rs.yml similarity index 99% rename from .github/workflows/ci.yml rename to .github/workflows/build-ts-rs.yml index a28d1c2..6b2a9aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/build-ts-rs.yml @@ -11,7 +11,7 @@ # Contributors: # ZettaScale Zenoh Team, # -name: CI +name: Build TS and Plugin on: push: