From 0a788486125dcca1277563e16ab3fca042fd9a85 Mon Sep 17 00:00:00 2001 From: Sudhanshu Pandey Date: Wed, 31 Jan 2024 14:39:40 -0500 Subject: [PATCH] fix: ECS deployment Github Action (#1988) --- .github/workflows/ecs-deployment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ecs-deployment.yml b/.github/workflows/ecs-deployment.yml index 99b33ea707..825a3c27b5 100644 --- a/.github/workflows/ecs-deployment.yml +++ b/.github/workflows/ecs-deployment.yml @@ -9,6 +9,8 @@ on: push: branches: - main + workflow_dispatch: # Add manual trigger support + env: # Use docker.io for Docker Hub if empty REGISTRY: ghcr.io @@ -18,7 +20,6 @@ env: jobs: build: - if: github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'main' && github.event.pull_request.merged == true runs-on: ubuntu-latest permissions: contents: read