diff --git a/.github/workflows/api-deploy-staging-ecs.yml b/.github/workflows/api-deploy-staging-ecs.yml index c69ae54259c1..72aeafd3353a 100644 --- a/.github/workflows/api-deploy-staging-ecs.yml +++ b/.github/workflows/api-deploy-staging-ecs.yml @@ -3,7 +3,7 @@ name: API Deploy to Staging ECS on: push: branches: - - main + - throttling-fix-env-var paths: - api/** - .github/**