diff --git a/.github/workflows/destroy-dev-infra.yml b/.github/workflows/destroy-dev-infra.yml index 7574dfce9..99aa71f76 100644 --- a/.github/workflows/destroy-dev-infra.yml +++ b/.github/workflows/destroy-dev-infra.yml @@ -2,9 +2,9 @@ name: Destroy dev infrastructure on: workflow_dispatch: - # push: - # branches: - # - feat/convert-staging-to-ecs + push: + branches: + - feat/convert-staging-to-ecs env: TERRAFORM_ROOT: ./terraform/staging DOCKER_ENV: production