From a57d6e237eb23580142e4c8e51405a5e6c4d96b8 Mon Sep 17 00:00:00 2001 From: PamanAleph Date: Mon, 18 Aug 2025 10:03:39 +0700 Subject: [PATCH] ci: update workflow name to specify Astro template The workflow name was updated to be more specific about which project it belongs to --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 2febf6f..48fd9de 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -1,4 +1,4 @@ -name: CI/CD Pipeline +name: CI/CD Pipeline For Astro Template on: push: