From 24515a5f60aa92ca01abaad16ea2d41011b13447 Mon Sep 17 00:00:00 2001 From: Daniel Truong Date: Tue, 14 Sep 2021 11:55:56 -0700 Subject: [PATCH] Setting trigger to pipeline to be on PR push (#24) --- .github/workflows/deploy-dev.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy-dev.yaml b/.github/workflows/deploy-dev.yaml index bc020fa0..64abb898 100644 --- a/.github/workflows/deploy-dev.yaml +++ b/.github/workflows/deploy-dev.yaml @@ -1,8 +1,6 @@ name: Deploy Dev -on: - push: - branches: [main] +on: pull_request env: TF_VERSION: 0.14.7