From 1e1066da3b8c1a1cd600cd93e6d9b75afc111f97 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sat, 8 Jun 2024 23:00:44 +1000 Subject: [PATCH] Update and rename cd.yml to ci-ifcopenshell-docker.yml Now only runs on manual run / tag. --- .github/workflows/{cd.yml => ci-ifcopenshell-docker.yml} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename .github/workflows/{cd.yml => ci-ifcopenshell-docker.yml} (97%) diff --git a/.github/workflows/cd.yml b/.github/workflows/ci-ifcopenshell-docker.yml similarity index 97% rename from .github/workflows/cd.yml rename to .github/workflows/ci-ifcopenshell-docker.yml index 4540ba9e66..9b150c2588 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/ci-ifcopenshell-docker.yml @@ -1,7 +1,10 @@ -name: CD +name: ci-ifcopenshell-docker on: + workflow_dispatch: push: + tags: + - v0.** jobs: