From: Olliver Schinagl Date: Sat, 5 Aug 2023 15:06:21 +0000 (+0200) Subject: CI: Run the full build with cloudsmith only on master X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac6caf3b1117a80fb30d528767c0d55635ba2cb4;p=thirdparty%2Ftvheadend.git CI: Run the full build with cloudsmith only on master Cloudsmith deployal should only be done on master, but we want to run every other thing normally on each merge request. So lets rename this script to indicate that this is about cloudsmith specifically. Signed-off-by: Olliver Schinagl --- diff --git a/.github/workflows/build.yml b/.github/workflows/build-cloudsmith.yml similarity index 100% rename from .github/workflows/build.yml rename to .github/workflows/build-cloudsmith.yml