From c7e390d8656889c0b09951c082b8d6934f906a6a Mon Sep 17 00:00:00 2001 From: "amanrkt2020@gmail.com" Date: Tue, 9 Dec 2025 19:51:09 +0530 Subject: [PATCH] chore: update GitHub Actions workflow to streamline branch specification by removing spaces in branch name --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ce43273..2a9f76b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Deploy to EC2 Production on: push: - branches: [ main ] + branches: [main] paths-ignore: - README.md - readme.md