Skip to content

Commit

Permalink
add manual deploy trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jmunroe authored Jun 13, 2024
1 parent f4aba69 commit 2c9130e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
# Runs on pushes targeting the default branch
branches: [main]
workflow_dispatch:
env:
# `BASE_URL` determines the website is served from, including CSS & JS assets
# You may need to change this to `BASE_URL: ''`
Expand Down

0 comments on commit 2c9130e

Please sign in to comment.