diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index c7a3ec1b..c6937f7a 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -3,7 +3,9 @@ name: Deploy infrastructure on: push: branches: - - "**" + - "main" + - "dev" + - "prod" paths: - 'infrastructure/terraform/**' - '.github/workflows/deploy_terraform.yml'