From 781af5fcb2d5f21810df744a5871e947bdc3e1ee Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 17 Feb 2026 11:29:34 +0000 Subject: [PATCH] get rid of it from branches --- .github/workflows/deploy_terraform.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index 84f6f1f3..67f75836 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -1,15 +1,10 @@ name: Deploy infrastructure on: - pull_request: + push: branches: - "dev" - "prod" - paths: - - 'infrastructure/terraform/**' - - '.github/workflows/deploy_terraform.yml' - - '.github/workflows/_build_image.yml' - - '.github/workflows/_deploy_lambda.yml' workflow_dispatch: jobs: