From d5f68d660d371b80a87c5da03825d2de8fdc8315 Mon Sep 17 00:00:00 2001 From: "Allen D. Householder" Date: Fri, 8 Mar 2024 12:17:41 -0500 Subject: [PATCH] Set up static site deploy from publish branch (#533) --- .github/workflows/deploy_site.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_site.yml b/.github/workflows/deploy_site.yml index 38eee085..2c135e98 100644 --- a/.github/workflows/deploy_site.yml +++ b/.github/workflows/deploy_site.yml @@ -5,9 +5,10 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: - # Runs on pushes targeting the default branch + # Runs on pushes targeting specific branch(es) push: - branches: [main, staging] + branches: + - publish # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages