From 6e737f0cca1f7ed1380828205fc6090566db12d6 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 17 Feb 2026 11:28:02 +0000 Subject: [PATCH] pull request --- .github/workflows/deploy_terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index 9081c507..84f6f1f3 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -1,7 +1,7 @@ name: Deploy infrastructure on: - push: + pull_request: branches: - "dev" - "prod"