From ba780070cd5c1b3b6dabe7200d7566498c94cde1 Mon Sep 17 00:00:00 2001 From: cindytsai Date: Fri, 6 Jun 2025 00:54:53 -0500 Subject: [PATCH] Make only pr triggers. Also update settings in gcp --- .github/workflows/deploy_gcp.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy_gcp.yml b/.github/workflows/deploy_gcp.yml index 29282f2..91d611e 100644 --- a/.github/workflows/deploy_gcp.yml +++ b/.github/workflows/deploy_gcp.yml @@ -1,8 +1,5 @@ name: Deploy to Google Cloud Platform on: - push: - branches: - - 'deploy' pull_request: branches: - 'deploy'