From ea2060b5797b75cc1ebe7031c90de67c1373252e Mon Sep 17 00:00:00 2001 From: Bruce Denham Date: Mon, 13 May 2024 08:48:45 -0500 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4bfd8f26c..b46164ef5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,12 +1,10 @@ name: Deploy Site on: - # Trigger the workflow every time you push to the `main` branch - # Using a different branch name? Replace `main` with your branch’s name - push: + pull_request: branches: - - main - + -develop + # Allows you to run this workflow manually from the Actions tab on GitHub. workflow_dispatch: