From 4d4d4fbcbe10e056dd721ac71818de16eaa73af0 Mon Sep 17 00:00:00 2001 From: Garima Ketan Chauhan Date: Wed, 2 Apr 2025 22:49:26 +0200 Subject: [PATCH] Update deploy_test.yml changing to main so that it doesnt throw error --- .github/workflows/deploy_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index 1014def..2c13b72 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -3,7 +3,7 @@ name: Production Deployment Workflow on: push: branches: - - gargi-production # Trigger only for production branch + - main # Trigger only for production branch jobs: deploy: