Skip to content

Commit

Permalink
allow manual trigger of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmunroe authored Jun 13, 2024
1 parent d4c37c2 commit 463dd41
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 463dd41

Please sign in to comment.