From 84b4dc6211722879850fe961d2bc1c1b4f1db64a Mon Sep 17 00:00:00 2001 From: "Allen D. Householder" Date: Fri, 8 Mar 2024 09:40:13 -0500 Subject: [PATCH] change branches to run on --- .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