Skip to content

Commit

Permalink
change branches to run on
Browse files Browse the repository at this point in the history
  • Loading branch information
ahouseholder committed Mar 8, 2024
1 parent 39dae4f commit 84b4dc6
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 84b4dc6

Please sign in to comment.