From 14fa6c4052e3426ebff5896328c8e3906bb6d1c6 Mon Sep 17 00:00:00 2001 From: max Date: Tue, 18 Feb 2025 21:24:26 -0500 Subject: [PATCH] fix: renamed action --- .github/workflows/{deploy.yml => infrstracture.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{deploy.yml => infrstracture.yml} (97%) diff --git a/.github/workflows/deploy.yml b/.github/workflows/infrstracture.yml similarity index 97% rename from .github/workflows/deploy.yml rename to .github/workflows/infrstracture.yml index 875e4a1..6a05942 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/infrstracture.yml @@ -1,4 +1,4 @@ -name: Build and Deploy Architecture +name: Build and Deploy Infrastructure on: push: