From e2abd861d0ae4a37fd04b2bfc061c58e9328f9b5 Mon Sep 17 00:00:00 2001 From: Aaron Kanzer Date: Mon, 28 Oct 2024 16:20:21 -0400 Subject: [PATCH] include more rules on GHA staging deploy --- .github/workflows/deploy_preview.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index c94942e243..2fe7f186b9 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -5,6 +5,10 @@ on: branches: - staging - "**" + pull_request: + branches: + - staging + - "**" jobs: deploy: