Skip to content

Commit

Permalink
Set up static site deploy from publish branch (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahouseholder authored Mar 8, 2024
1 parent da34d5d commit d5f68d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5f68d6

Please sign in to comment.