From 90e449467fe6d7f03c05f6f374736d88738b5f1a Mon Sep 17 00:00:00 2001 From: "pong.promrat" Date: Fri, 13 Feb 2026 15:35:35 +0700 Subject: [PATCH] Switch deployment to the #main branch until the AWS ab-utils changes are merged (https://github.com/CruGlobal/global-hr-update/issues/405) --- .github/workflows/build-deploy-ecs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy-ecs.yml b/.github/workflows/build-deploy-ecs.yml index 559cd3a..8ff75a2 100644 --- a/.github/workflows/build-deploy-ecs.yml +++ b/.github/workflows/build-deploy-ecs.yml @@ -3,8 +3,8 @@ name: Build & Deploy ECS on: push: branches: - # Automatically build master and staging. Additional branches may be added. - - master + # Automatically build main and staging. Additional branches may be added. + - main - staging workflow_dispatch: # Allows manual build and deploy of any branch/ref