From 09124c888c4b8c5393b864561ffa3ac5c7ab86f2 Mon Sep 17 00:00:00 2001 From: andrewpeng02 Date: Wed, 15 May 2024 09:39:39 -0500 Subject: [PATCH] on push --- .github/workflows/push-training-ecs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push-training-ecs.yml b/.github/workflows/push-training-ecs.yml index 4d4dca87..137df571 100644 --- a/.github/workflows/push-training-ecs.yml +++ b/.github/workflows/push-training-ecs.yml @@ -29,6 +29,7 @@ name: ECS Training Container Deployment # Only trigger when user clicks "run workflow" on: workflow_dispatch: + push: env: AWS_REGION: "us-east-1" # set this to your preferred AWS region, e.g. us-west-1